Table
Data
Get query execution plan explanation
Get the query execution plan for a query against table id. Returns a human-readable explanation of how the query will be executed.
REST NAMESPACE ONLY REST namespace returns the response as a plain string instead of the ExplainTableQueryPlanResponse JSON object.
post/v1/table/{id}/explain_plan
Request body
Response
Query execution plan explanation
string required
Human-readable query execution plan