pub async fn execute_sql_async( batches: Vec<RecordBatch>, schema: SchemaRef, table_name: &str, sql: &str, ) -> Result<Vec<RecordBatch>, ReadStatError>
Executes SQL asynchronously against in-memory Arrow batches.