Skip to main content

execute_sql_async

Function execute_sql_async 

Source
pub async fn execute_sql_async(
    batches: Vec<RecordBatch>,
    schema: SchemaRef,
    table_name: &str,
    sql: &str,
) -> Result<Vec<RecordBatch>, ReadStatError>
Expand description

Executes SQL asynchronously against in-memory Arrow batches.