Uses of Interface
io.trino.operator.join.TrackingLookupSourceSupplier
Packages that use TrackingLookupSourceSupplier
-
Uses of TrackingLookupSourceSupplier in io.trino.operator.join
Methods in io.trino.operator.join that return TrackingLookupSourceSupplierModifier and TypeMethodDescriptionstatic TrackingLookupSourceSupplierOuterLookupSource.createOuterLookupSourceSupplier(Supplier<LookupSource> lookupSourceSupplier) static TrackingLookupSourceSupplierPartitionedLookupSource.createPartitionedLookupSourceSupplier(List<Supplier<LookupSource>> partitions, List<Type> hashChannelTypes, boolean outer, TypeOperators typeOperators) static TrackingLookupSourceSupplierTrackingLookupSourceSupplier.nonTracking(Supplier<LookupSource> lookupSourceSupplier) -
Uses of TrackingLookupSourceSupplier in io.trino.operator.join.unspilled
Methods in io.trino.operator.join.unspilled that return TrackingLookupSourceSupplierModifier and TypeMethodDescriptionstatic TrackingLookupSourceSupplierPartitionedLookupSource.createPartitionedLookupSourceSupplier(List<Supplier<LookupSource>> partitions, List<Type> hashChannelTypes, boolean outer, TypeOperators typeOperators)