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