Re-exportsยง
pub use gap_fill::BoundGapFill;pub use join::BoundJoin;pub use match_recognize::BoundMatchRecognize;pub use match_recognize::BoundMeasure;pub use match_recognize::BoundSymbolDefinition;pub use subquery::BoundSubquery;pub use table_or_source::BoundBaseTable;pub use table_or_source::BoundIcebergMetadataTable;pub use table_or_source::BoundSource;pub use table_or_source::BoundSystemTable;pub use watermark::BoundWatermark;pub use window_table_function::BoundWindowTableFunction;pub use window_table_function::WindowTableFunctionKind;
Modulesยง
- gap_
fill ๐ - join ๐
- match_
recognize ๐ - share ๐
- subquery ๐
- table_
function ๐ - table_
or_ ๐source - watermark ๐
- window_
table_ ๐function
Structsยง
Enumsยง
- Measure
Slot Kind - How a
MeasureSlotresolves against the rows of a match. This is the wire enum used directly (the variants are documented instream_plan.proto): a parallel binder-side enum would only add a conversion layer for the plan node to keep in lockstep. - Relation
- A validated item that refers to a table-like entity, including base table, subquery, join, etc.
It is usually part of the
fromclause. - Resolve
Qualified Name Error Kind