db_sql_create_empty_result: Create Empty Data Frame from Query Manifest
Description
Helper function that creates an empty data frame with proper column types
based on the query result manifest schema. Used when query returns zero rows.
Usage
db_sql_create_empty_result(manifest)
Value
tibble with zero rows but correct column types
Arguments
- manifest
Query result manifest containing schema information