Expand description
Language-neutral executable query-plan concepts shared by query frontends.
Structs§
- Lowered
Query Plan - A canonical plan together with its provenance-connected links network.
- Query
Aggregate - Aggregate projection.
- Query
Order - Canonical ordering entry.
- Query
Plan - Language-neutral executable query plan.
- Query
Source Evidence - Source evidence attached to a canonical plan element.
Enums§
- Query
Aggregate Function - Supported common aggregate.
- Query
Authorization - Whether a lowered plan has been authorized for execution.
- Query
Comparison Operator - Canonical comparison operator.
- Query
Filter - Canonical boolean filter tree.
- Query
Operation - Canonical executable operation.
- Query
Sort Direction - Sort direction.
- Query
Value - Scalar and composite literal used by filters and mutations.
Constants§
- QUERY_
PLAN_ VERSION - Stable schema version emitted by
QueryPlan::canonical_json.