Uses of Class
io.trino.operator.aggregation.state.InitialBooleanValue
-
Packages that use InitialBooleanValue Package Description io.trino.operator.aggregation.minmaxby io.trino.operator.aggregation.state -
-
Uses of InitialBooleanValue in io.trino.operator.aggregation.minmaxby
Methods in io.trino.operator.aggregation.minmaxby with annotations of type InitialBooleanValue Modifier and Type Method Description booleanTwoNullableValueState. isFirstNull()booleanTwoNullableValueState. isSecondNull() -
Uses of InitialBooleanValue in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state with annotations of type InitialBooleanValue Modifier and Type Method Description booleanNullableBooleanState. isNull()booleanNullableDoubleState. isNull()booleanNullableLongState. isNull()
-