Uses of Interface
io.prestosql.operator.TrackingLookupSourceSupplier
-
Packages that use TrackingLookupSourceSupplier Package Description io.prestosql.operator -
-
Uses of TrackingLookupSourceSupplier in io.prestosql.operator
Methods in io.prestosql.operator 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)
-