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