Uses of Interface
io.prestosql.operator.LookupSource
-
Packages that use LookupSource Package Description io.prestosql.operator io.prestosql.operator.index -
-
Uses of LookupSource in io.prestosql.operator
Classes in io.prestosql.operator that implement LookupSource Modifier and Type Class Description classJoinHashclassOuterLookupSourceclassPartitionedLookupSourceMethods in io.prestosql.operator that return LookupSource Modifier and Type Method Description LookupSourceLookupSourceProvider.LookupSourceLease. getLookupSource()LookupSourceTrackingLookupSourceSupplier. getLookupSource()Methods in io.prestosql.operator that return types with arguments of type LookupSource Modifier and Type Method Description Supplier<LookupSource>PagesIndex. createLookupSourceSupplier(Session session, List<Integer> joinChannels)default com.google.common.util.concurrent.ListenableFuture<PartitionedConsumption<Supplier<LookupSource>>>LookupSourceFactory. finishProbeOperator(OptionalInt lookupJoinsCount)com.google.common.util.concurrent.ListenableFuture<PartitionedConsumption<Supplier<LookupSource>>>PartitionedLookupSourceFactory. finishProbeOperator(OptionalInt lookupJoinsCount)Methods in io.prestosql.operator with parameters of type LookupSource Modifier and Type Method Description voidLookupJoinPageBuilder. appendRow(JoinProbe probe, LookupSource lookupSource, long joinPosition)append the index for the probe and copy the row for the buildlongJoinProbe. getCurrentJoinPosition(LookupSource lookupSource)Method parameters in io.prestosql.operator with type arguments of type LookupSource 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)com.google.common.util.concurrent.ListenableFuture<?>PartitionedLookupSourceFactory. lendPartitionLookupSource(int partitionIndex, Supplier<LookupSource> partitionLookupSource)static TrackingLookupSourceSupplierTrackingLookupSourceSupplier. nonTracking(Supplier<LookupSource> lookupSourceSupplier)Constructors in io.prestosql.operator with parameters of type LookupSource Constructor Description StaticLookupSourceProvider(LookupSource lookupSource) -
Uses of LookupSource in io.prestosql.operator.index
Classes in io.prestosql.operator.index that implement LookupSource Modifier and Type Class Description classIndexLookupSourceConstructors in io.prestosql.operator.index with parameters of type LookupSource Constructor Description IndexSnapshot(LookupSource values, LookupSource missingKeys)
-