Learn R Programming

brickster (version 0.2.11)

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

Description

Collect query results with proper progress timing for Databricks

Usage

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

Value

A data frame with query results

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