pub async fn explain(
__arg0: State<Arc<AppState>>,
__arg1: Json<ExplainRequest>,
) -> impl IntoResponseExpand description
Explain a VelesQL query without executing it (EPIC-058 US-002).
Returns the query plan, estimated costs, and detected features.