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
datafusion::optimizer::push_down_filter - Rust
[go: Go Back, main page]

Module push_down_filter

Source
Expand description

PushDownFilter applies filters as early as possible

Structs§

PushDownFilter
Optimizer rule for pushing (moving) filter expressions down in a plan so they are applied as early as possible.

Functions§

make_filter
Creates a new LogicalPlan::Filter node.
replace_cols_by_name
replaces columns by its name on the projection.