Skip to main content

execute_batch

Function execute_batch 

Source
pub(super) async fn execute_batch(
    db: &PgPool,
    catalog: &SchemaCatalog,
    batch: TableBatchQuery,
) -> Result<Vec<BatchQueryResult>, QueryError>