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 ๐ - input_
ref_ ๐validator - share_
parent_ ๐counter - side_
effect_ ๐visitor - sys_
table_ ๐visitor
Macrosยง
- def_
visitor ๐DefinePlanVisitor
trait. - impl_
has_ ๐variant
Structsยง
- Visit all input nodes, return the default value of the result type.
- Visit all input nodes, merge the results with a function.
Traitsยง
- The behavior for the default implementations of
visit_xxx
. - The visitor for plan nodes. visit all inputs and return the ret value of the left most input, and leaf node returns
R::default()