Module plan_visitor

Source

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ยง

DefaultValue
Visit all input nodes, return the default value of the result type.
Merge
Visit all input nodes, merge the results with a function.

Traitsยง

DefaultBehavior
The behavior for the default implementations of visit_xxx.
PlanVisitor
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