Skip to main content

handle_query_batch

Function handle_query_batch 

Source
pub(super) async fn handle_query_batch(
    db: &PgPool,
    catalog: &SchemaCatalog,
    params: TableBatchQuery,
) -> Result<CallToolResult, ErrorData>