pub async fn explain(
__arg0: State<Arc<AppState>>,
__arg1: Json<ExplainRequest>,
) -> impl IntoResponseExpand description
Explain a VelesQL query, optionally executing it with instrumentation.
When analyze is false (default), returns the estimated plan only.
When analyze is true, executes the query and returns actual statistics.