Uses of Interface
io.trino.operator.UpdateMemory
Packages that use UpdateMemory
-
Uses of UpdateMemory in io.trino.operator
Fields in io.trino.operator declared as UpdateMemoryMethods in io.trino.operator with parameters of type UpdateMemoryModifier and TypeMethodDescriptionstatic GroupByHashGroupByHash.createGroupByHash(Session session, List<Type> types, boolean hasPrecomputedHash, int expectedSize, JoinCompiler joinCompiler, UpdateMemory updateMemory) static GroupByHashGroupByHash.createGroupByHash(List<Type> types, boolean hasPrecomputedHash, int expectedSize, boolean dictionaryAggregationEnabled, JoinCompiler joinCompiler, UpdateMemory updateMemory) Constructors in io.trino.operator with parameters of type UpdateMemoryModifierConstructorDescriptionBigintGroupByHash(boolean outputRawHash, int expectedSize, UpdateMemory updateMemory) FlatGroupByHash(List<Type> hashTypes, boolean hasPrecomputedHash, int expectedSize, boolean processDictionary, JoinCompiler joinCompiler, UpdateMemory checkMemoryReservation) FlatHash(FlatHashStrategy flatHashStrategy, boolean hasPrecomputedHash, int expectedSize, UpdateMemory checkMemoryReservation) MarkDistinctHash(Session session, List<Type> types, boolean hasPrecomputedHash, JoinCompiler joinCompiler, UpdateMemory updateMemory) -
Uses of UpdateMemory in io.trino.operator.aggregation.builder
Constructors in io.trino.operator.aggregation.builder with parameters of type UpdateMemoryModifierConstructorDescriptionInMemoryHashAggregationBuilder(List<AggregatorFactory> aggregatorFactories, AggregationNode.Step step, int expectedGroups, List<Type> groupByTypes, List<Integer> groupByChannels, Optional<Integer> hashChannel, OperatorContext operatorContext, Optional<io.airlift.units.DataSize> maxPartialMemory, JoinCompiler joinCompiler, UpdateMemory updateMemory) InMemoryHashAggregationBuilder(List<AggregatorFactory> aggregatorFactories, AggregationNode.Step step, int expectedGroups, List<Type> groupByTypes, List<Integer> groupByChannels, Optional<Integer> hashChannel, OperatorContext operatorContext, Optional<io.airlift.units.DataSize> maxPartialMemory, Optional<Integer> unspillIntermediateChannelOffset, JoinCompiler joinCompiler, UpdateMemory updateMemory)