Skip to main content

execute_sql

Function execute_sql 

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

Synchronously executes SQL against in-memory Arrow batches.