Skip to main content

execute_sql_from_input_async

Function execute_sql_from_input_async 

Source
async fn execute_sql_from_input_async(
    receiver: InputReceiver,
    schema: SchemaRef,
    table_name: &str,
    sql: &str,
) -> Result<Vec<RecordBatch>, ReadStatError>