Re-exportsยง
pub use cte_ref::BoundBackCteRef;
pub use join::BoundJoin;
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 ๐
Structsยง
Enumsยง
- A validated item that refers to a table-like entity, including base table, subquery, join, etc. It is usually part of the
from
clause.