Uses of Class
io.prestosql.operator.GroupByIdBlock
-
Packages that use GroupByIdBlock Package Description io.prestosql.operator io.prestosql.operator.aggregation -
-
Uses of GroupByIdBlock in io.prestosql.operator
Methods in io.prestosql.operator that return types with arguments of type GroupByIdBlock Modifier and Type Method Description Work<GroupByIdBlock>BigintGroupByHash. getGroupIds(Page page)Work<GroupByIdBlock>GroupByHash. getGroupIds(Page page)Work<GroupByIdBlock>MultiChannelGroupByHash. getGroupIds(Page page)Work<GroupByIdBlock>NoChannelGroupByHash. getGroupIds(Page page) -
Uses of GroupByIdBlock in io.prestosql.operator.aggregation
Methods in io.prestosql.operator.aggregation with parameters of type GroupByIdBlock Modifier and Type Method Description voidGroupedAccumulator. addInput(GroupByIdBlock groupIdsBlock, Page page)voidGroupedAccumulator. addIntermediate(GroupByIdBlock groupIdsBlock, Block block)
-