Skip to main content

execute_sql_and_write_stream

Function execute_sql_and_write_stream 

Source
pub fn execute_sql_and_write_stream(
    receiver: RecordBatchReceiver,
    schema: SchemaRef,
    table_name: &str,
    sql: &str,
    config: &WriteConfig,
) -> Result<usize, ReadStatError>
Expand description

Synchronously streams SQL output directly to a configured writer.