Uses of Interface
io.trino.operator.join.PagesHash
Packages that use PagesHash
-
Uses of PagesHash in io.trino.operator.join
Classes in io.trino.operator.join that implement PagesHashModifier and TypeClassDescriptionfinal classThis implementation assumes: -There is only one join channel and it is of type bigint -arrays used in the hash are always a power of 2.final classThe PagesHash object that handles all cases - single/multi channel joins with any types.Constructors in io.trino.operator.join with parameters of type PagesHashModifierConstructorDescriptionJoinHash(PagesHash pagesHash, Optional<JoinFilterFunction> filterFunction, Optional<PositionLinks> positionLinks, long pageInstancesRetainedSizeInBytes)