| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.operator.index |
| Modifier and Type | Class and Description |
|---|---|
class |
JoinHash |
class |
OuterLookupSource |
class |
PartitionedLookupSource |
| Modifier and Type | Method and Description |
|---|---|
LookupSource |
TrackingLookupSourceSupplier.getLookupSource() |
LookupSource |
LookupSourceProvider.LookupSourceLease.getLookupSource() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<LookupSource> |
PagesIndex.createLookupSourceSupplier(Session session,
List<Integer> joinChannels) |
com.google.common.util.concurrent.ListenableFuture<PartitionedConsumption<Supplier<LookupSource>>> |
PartitionedLookupSourceFactory.finishProbeOperator(OptionalInt lookupJoinsCount) |
default com.google.common.util.concurrent.ListenableFuture<PartitionedConsumption<Supplier<LookupSource>>> |
LookupSourceFactory.finishProbeOperator(OptionalInt lookupJoinsCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupJoinPageBuilder.appendRow(JoinProbe probe,
LookupSource lookupSource,
long joinPosition)
append the index for the probe and copy the row for the build
|
long |
JoinProbe.getCurrentJoinPosition(LookupSource lookupSource) |
| Modifier and Type | Method and Description |
|---|---|
static TrackingLookupSourceSupplier |
OuterLookupSource.createOuterLookupSourceSupplier(Supplier<LookupSource> lookupSourceSupplier) |
static TrackingLookupSourceSupplier |
PartitionedLookupSource.createPartitionedLookupSourceSupplier(List<Supplier<LookupSource>> partitions,
List<Type> hashChannelTypes,
boolean outer) |
com.google.common.util.concurrent.ListenableFuture<?> |
PartitionedLookupSourceFactory.lendPartitionLookupSource(int partitionIndex,
Supplier<LookupSource> partitionLookupSource) |
static TrackingLookupSourceSupplier |
TrackingLookupSourceSupplier.nonTracking(Supplier<LookupSource> lookupSourceSupplier) |
| Constructor and Description |
|---|
StaticLookupSourceProvider(LookupSource lookupSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexLookupSource |
| Constructor and Description |
|---|
IndexSnapshot(LookupSource values,
LookupSource missingKeys) |
Copyright © 2012–2019. All rights reserved.