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

Module bit_and_or_xor

Source
Expand description

Defines BitAnd, BitOr, BitXor and BitXor DISTINCT aggregate accumulators

Functionsยง

bit_and
Returns the bitwiseBitwiseOperationType::Andof a group of values
bit_and_udaf
AggregateFunction that returns a AggregateUDF for bit_and
bit_or
Returns the bitwiseBitwiseOperationType::Orof a group of values
bit_or_udaf
AggregateFunction that returns a AggregateUDF for bit_or
bit_xor
Returns the bitwiseBitwiseOperationType::Xorof a group of values
bit_xor_udaf
AggregateFunction that returns a AggregateUDF for bit_xor