pub async fn explain_table_query_plan(
configuration: &Configuration,
id: &str,
explain_table_query_plan_request: ExplainTableQueryPlanRequest,
delimiter: Option<&str>,
) -> Result<ExplainTableQueryPlanResponse, Error<ExplainTableQueryPlanError>>
Expand description
Get the query execution plan for a query against table id
. Returns a human-readable explanation of how the query will be executed.