Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
handle_visit_recursion in datafusion_common - Rust
[go: Go Back, main page]

Macro datafusion_common::handle_visit_recursion

source ·
macro_rules! handle_visit_recursion {
    (@handle_jump UP) => { ... };
    (@handle_jump DOWN) => { ... };
    (@handle_jump) => { ... };
    ($EXPR:expr $(, $DIRECTION:ident)?) => { ... };
}
Expand description

This macro is used to control continuation behaviors during tree traversals based on the specified direction. Depending on $DIRECTION and the value of the given expression ($EXPR), which should be a variant of TreeNodeRecursion, the macro results in the following behavior: