Skip to main content

execute_sql_and_write_from_input_async

Function execute_sql_and_write_from_input_async 

Source
async fn execute_sql_and_write_from_input_async(
    receiver: InputReceiver,
    schema: SchemaRef,
    table_name: &str,
    sql: &str,
    config: &WriteConfig,
) -> Result<usize, ReadStatError>