Uses of Interface
io.trino.operator.join.TrackingLookupSourceSupplier
-
Packages that use TrackingLookupSourceSupplier Package Description io.trino.operator.join -
-
Uses of TrackingLookupSourceSupplier in io.trino.operator.join
Methods in io.trino.operator.join that return TrackingLookupSourceSupplier Modifier and Type Method Description static TrackingLookupSourceSupplierOuterLookupSource. createOuterLookupSourceSupplier(Supplier<LookupSource> lookupSourceSupplier)static TrackingLookupSourceSupplierPartitionedLookupSource. createPartitionedLookupSourceSupplier(List<Supplier<LookupSource>> partitions, List<Type> hashChannelTypes, boolean outer, BlockTypeOperators blockTypeOperators)static TrackingLookupSourceSupplierTrackingLookupSourceSupplier. nonTracking(Supplier<LookupSource> lookupSourceSupplier)
-