db_sql_fetch_results_fast: Fetch SQL Query Results (Fast Path)

View source: R/sql-query-execution.R

db_sql_fetch_results_fastR Documentation

Fetch SQL Query Results (Fast Path)

Description

Fetch SQL Query Results (Fast Path)

Usage

db_sql_fetch_results_fast(
  resp,
  statement_id,
  manifest,
  return_arrow = FALSE,
  fetch_timeout = 300,
  row_limit = NULL,
  host = db_host(),
  token = db_token(),
  show_progress = TRUE
)

brickster documentation built on July 24, 2026, 9:08 a.m.