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

[][src]Module datafusion::execution::physical_plan::expressions

Defines physical expressions that can evaluated at runtime during query execution

Structs

BinaryExpr

Binary expression

CastExpr

CAST expression casts an expression to a specific data type

Column

Represents the column at a given index in a RecordBatch

Literal

Represents a non-null literal value

Sum

SUM aggregate expression

Functions

binary

Create a binary expression

col

Create a column expression

lit

Create a literal expression

sum

Create a sum expression