db_collect.DatabricksConnection: Collect query results with proper progress timing for...

View source: R/databricks-dbplyr.R

db_collect.DatabricksConnectionR Documentation

Collect query results with proper progress timing for Databricks

Description

Collect query results with proper progress timing for Databricks

Usage

## S3 method for class 'DatabricksConnection'
db_collect(con, sql, n = -1, warn_incomplete = TRUE, ...)

Arguments

con

A DatabricksConnection object

sql

SQL query to execute

n

Maximum number of rows to collect (-1 for all)

warn_incomplete

Whether to warn if results were truncated

...

Additional arguments

Value

A data frame with query results


brickster documentation built on Sept. 9, 2025, 5:33 p.m.