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_tree_recursion in datafusion_common - Rust
[go: Go Back, main page]

macro_rules! handle_tree_recursion {
    ($EXPR:expr) => { ... };
}
Expand description

If the function returns VisitRecursion::Continue, the normal execution of the function continues. If it returns VisitRecursion::Skip, the function returns with VisitRecursion::Continue to jump next recursion step, bypassing further exploration of the current step. In case of VisitRecursion::Stop, the function return with VisitRecursion::Stop and recursion halts.