pub fn execute_sql( batches: Vec<RecordBatch>, schema: SchemaRef, table_name: &str, sql: &str, ) -> Result<Vec<RecordBatch>, ReadStatError>
Synchronously executes SQL against in-memory Arrow batches.