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.