Package io.trino.operator.aggregation
Class BitwiseAndAggregation
java.lang.Object
io.trino.operator.aggregation.BitwiseAndAggregation
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidbitAnd(NullableLongState state, long value) static voidcombine(NullableLongState state, NullableLongState otherState) static voidoutput(NullableLongState state, BlockBuilder out)
-
Method Details
-
bitAnd
-
combine
-
output
-