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

Module datafusion_expr::expr

source ·
Expand description

Expr module contains core type definition for Expr.

Structs

Aggregate function
BETWEEN expression
Binary expression
CASE expression
Cast expression
Returns the field of a [arrow::array::ListArray] or [arrow::array::StructArray] by key
LIKE expression
SORT expression
TryCast Expression
Window function

Enums

Expr is a central struct of DataFusion’s query API, and represent logical expressions such as A + 1, or CAST(c1 AS int).