Skip to main content

explain

Function explain 

Source
pub async fn explain(
    __arg0: State<Arc<AppState>>,
    __arg1: Json<ExplainRequest>,
) -> impl IntoResponse
Expand description

Explain a VelesQL query without executing it (EPIC-058 US-002).

Returns the query plan, estimated costs, and detected features.