
Fetch SQL Query Results from Completed Query
Source:R/sql-query-execution.R
db_sql_fetch_results.Rd
Internal helper that fetches and processes results from a completed query. Handles Arrow stream processing and data conversion.
Arguments
- statement_id
Query statement ID
- manifest
Query result manifest from status response
- return_arrow
Boolean, return arrow Table instead of tibble
- max_active_connections
Integer for concurrent downloads
- row_limit
Integer, limit number of rows returned (applied after fetch)
- host
Databricks host
- token
Databricks token
- show_progress
If TRUE, show progress updates during result fetching (default: TRUE)