Reference
Reference pages describe IncQL's current public contracts: the carrier model, query and method surfaces, inspection and evidence types, execution context, function catalog, and Substrait boundary. Use these pages when you need an exact API shape or behavioral rule.
Relational authoring
- Dataset carriers explains the
DataSet,DataFrame,LazyFrame, andDataStreamtype family. - Dataset methods lists the relational operations shared across authoring styles.
- Query blocks defines clauses, expression resolution, aliases, and lowering behavior.
- Filter builders, projection builders, and aggregate builders cover expression construction for each relational operation.
Inspection and evidence
- Inspection documents structured plan, schema, lineage, requirement, and artifact records available before execution.
- Quality defines typed assertions and quality observations.
- Governance defines governed attributes and policy checkpoint evidence.
Execution and interchange
- Execution context documents Session construction, registration, execution, collection, writes, and observations.
- Substrait conformance is the entry point for IncQL's portable logical boundary and operator coverage.
- Function reference lists declared scalar, aggregate, generator, sketch, formatting, nested, variant, and window functions.
If you are learning the concepts rather than looking up a contract, start with Learn. For a task-oriented walkthrough, use the Guides.