Module relation

Source

Re-exportsยง

pub use cte_ref::BoundBackCteRef;
pub use join::BoundJoin;
pub use share::BoundShare;
pub use share::BoundShareInput;
pub use subquery::BoundSubquery;
pub use table_or_source::BoundBaseTable;
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ยง

cte_ref ๐Ÿ”’
join ๐Ÿ”’
share ๐Ÿ”’
subquery ๐Ÿ”’
table_function ๐Ÿ”’
table_or_source ๐Ÿ”’
watermark ๐Ÿ”’
window_table_function ๐Ÿ”’

Structsยง

ResolveQualifiedNameError

Enumsยง

Relation
A validated item that refers to a table-like entity, including base table, subquery, join, etc. It is usually part of the from clause.
ResolveQualifiedNameErrorKind