Uses of Interface
io.prestosql.operator.GroupedTopNRowNumberAccumulator.RowReference
-
Packages that use GroupedTopNRowNumberAccumulator.RowReference Package Description io.prestosql.operator -
-
Uses of GroupedTopNRowNumberAccumulator.RowReference in io.prestosql.operator
Methods in io.prestosql.operator with parameters of type GroupedTopNRowNumberAccumulator.RowReference Modifier and Type Method Description booleanGroupedTopNRowNumberAccumulator. add(long groupId, GroupedTopNRowNumberAccumulator.RowReference rowReference)Add the specified row to this accumulator.
-