Skip to main content

compile_grouped_query

Function compile_grouped_query 

Source
pub fn compile_grouped_query(
    ast: &QueryAst,
) -> Result<CompiledGroupedQuery, CompileError>
Expand description

Compile a QueryAst into a CompiledGroupedQuery for grouped execution.

ยงErrors

Returns a CompileError if the AST exceeds expansion-slot limits, contains empty slot names, or specifies a traversal depth beyond the configured maximum.