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

Module bool_and_or

Source
Expand description

Defines physical expressions that can evaluated at runtime during query execution

Structs§

BoolAnd
BOOL_AND aggregate expression
BoolOr
BOOL_OR aggregate expression

Functions§

bool_and
The values to combine with AND
bool_and_udaf
AggregateFunction that returns a AggregateUDF for BoolAnd
bool_or
The values to combine with OR
bool_or_udaf
AggregateFunction that returns a AggregateUDF for BoolOr