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