Uses of Interface
io.trino.operator.join.LookupSource
-
Packages that use LookupSource Package Description io.trino.operator io.trino.operator.index io.trino.operator.join -
-
Uses of LookupSource in io.trino.operator
Methods in io.trino.operator that return types with arguments of type LookupSource Modifier and Type Method Description Supplier<LookupSource>PagesIndex. createLookupSourceSupplier(Session session, List<Integer> joinChannels) -
Uses of LookupSource in io.trino.operator.index
Classes in io.trino.operator.index that implement LookupSource Modifier and Type Class Description classIndexLookupSourceConstructors in io.trino.operator.index with parameters of type LookupSource Constructor Description IndexSnapshot(LookupSource values, LookupSource missingKeys) -
Uses of LookupSource in io.trino.operator.join
Classes in io.trino.operator.join that implement LookupSource Modifier and Type Class Description classJoinHashclassOuterLookupSourceclassPartitionedLookupSourceMethods in io.trino.operator.join that return LookupSource Modifier and Type Method Description LookupSourceLookupSourceProvider.LookupSourceLease. getLookupSource()LookupSourceTrackingLookupSourceSupplier. getLookupSource()Methods in io.trino.operator.join that return types with arguments of type LookupSource Modifier and Type Method Description 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.trino.operator.join 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.trino.operator.join 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.trino.operator.join with parameters of type LookupSource Constructor Description StaticLookupSourceProvider(LookupSource lookupSource)
-