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
add_offset_to_expr in datafusion::physical_expr::equivalence - Rust
[go: Go Back, main page]

pub fn add_offset_to_expr(
    expr: Arc<dyn PhysicalExpr>,
    offset: usize
) -> Arc<dyn PhysicalExpr>
Expand description

Adds the offset value to Column indices inside expr. This function is generally used during the update of the right table schema in join operations.