Re-exportsยง
pub use apply_visitor::*;
pub use plan_correlated_id_finder::*;
pub use share_parent_counter::*;
pub use input_ref_validator::*;
pub use execution_mode_decider::*;
pub use temporal_join_validator::*;
pub use relation_collector_visitor::*;
pub use sys_table_visitor::*;
pub use side_effect_visitor::*;
pub use cardinality_visitor::*;
pub use jsonb_stream_key_checker::*;
pub use distributed_dml_visitor::*;
pub use read_storage_table_visitor::*;
pub use rw_timestamp_validator::*;
Modulesยง
- apply_
visitor ๐ - cardinality_
visitor ๐ - distributed_
dml_ ๐visitor - execution_
mode_ ๐decider - input_
ref_ ๐validator - jsonb_
stream_ ๐key_ checker - plan_
correlated_ ๐id_ finder - read_
storage_ ๐table_ visitor - relation_
collector_ ๐visitor - rw_
timestamp_ ๐validator - share_
parent_ ๐counter - side_
effect_ ๐visitor - sys_
table_ ๐visitor - temporal_
join_ ๐validator
Macrosยง
- def_
visitor ๐ - Define
PlanVisitor
trait. - impl_
has_ ๐variant
Structsยง
- Default
Value - Visit all input nodes, return the default value of the result type.
- Merge
- Visit all input nodes, merge the results with a function.
Traitsยง
- Default
Behavior - The behavior for the default implementations of
visit_xxx
. - Plan
Visitor - The visitor for plan nodes. visit all inputs and return the ret value of the left most input,
and leaf node returns
R::default()
Functionsยง
- has_
batch_ delete - has_
batch_ delete_ where - has_
batch_ exchange - has_
batch_ exchange_ where - has_
batch_ insert - has_
batch_ insert_ where - has_
batch_ seq_ scan - has_
batch_ seq_ scan_ where - has_
batch_ source - has_
batch_ source_ where - has_
batch_ update - has_
batch_ update_ where - has_
logical_ apply - has_
logical_ apply_ where - has_
logical_ max_ one_ row - has_
logical_ max_ one_ row_ where - has_
logical_ over_ window - has_
logical_ over_ window_ where - has_
logical_ scan - has_
logical_ scan_ where - has_
logical_ source - has_
logical_ source_ where