Uses of Interface
io.trino.operator.join.LookupSource
Packages that use LookupSource
-
Uses of LookupSource in io.trino.operator
Methods in io.trino.operator that return types with arguments of type LookupSourceModifier and TypeMethodDescriptionPagesIndex.createLookupSourceSupplier(Session session, List<Integer> joinChannels) -
Uses of LookupSource in io.trino.operator.index
Classes in io.trino.operator.index that implement LookupSourceConstructors in io.trino.operator.index with parameters of type LookupSource -
Uses of LookupSource in io.trino.operator.join
Classes in io.trino.operator.join that implement LookupSourceModifier and TypeClassDescriptionfinal classfinal classclassMethods in io.trino.operator.join that return LookupSourceModifier and TypeMethodDescriptionLookupSourceProvider.LookupSourceLease.getLookupSource()TrackingLookupSourceSupplier.getLookupSource()Methods in io.trino.operator.join that return types with arguments of type LookupSourceModifier and TypeMethodDescriptiondefault 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 LookupSourceModifier and TypeMethodDescriptionvoidLookupJoinPageBuilder.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 LookupSourceModifier and TypeMethodDescriptionstatic 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<Void>PartitionedLookupSourceFactory.lendPartitionLookupSource(int partitionIndex, Supplier<LookupSource> partitionLookupSource) static TrackingLookupSourceSupplierTrackingLookupSourceSupplier.nonTracking(Supplier<LookupSource> lookupSourceSupplier) Constructors in io.trino.operator.join with parameters of type LookupSource