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, 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.