db_sql_process_inline: Process Inline SQL Query Results

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

db_sql_process_inlineR Documentation

Process Inline SQL Query Results

Description

Internal helper that processes inline JSON_ARRAY results from a completed query. Used for metadata queries and small result sets.

Usage

db_sql_process_inline(result_data, manifest, row_limit = NULL)

Arguments

result_data

Result data from inline query response

manifest

Query result manifest containing schema information

row_limit

Integer, limit number of rows returned

Value

tibble with query results


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