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::execution::expression - Rust
[go: Go Back, main page]

[][src]Module datafusion::execution::expression

Enums

AggregateType
RuntimeExpr

Runtime expression

Functions

compile_expr

Compiles a scalar expression into a closure

compile_scalar_expr

Compiles a scalar expression into a closure

Type Definitions

CompiledCastFunction
CompiledExpr

Compiled Expression (basically just a closure to evaluate the expression at runtime)