| Package | Description |
|---|---|
| io.prestosql.operator |
| Modifier and Type | Method and Description |
|---|---|
PagesSpatialIndexFactory |
SpatialIndexBuilderOperator.SpatialIndexBuilderOperatorFactory.getPagesSpatialIndexFactory() |
| Constructor and Description |
|---|
SpatialJoinOperator(OperatorContext operatorContext,
SpatialJoinNode.Type joinType,
List<Type> probeTypes,
List<Integer> probeOutputChannels,
int probeGeometryChannel,
Optional<Integer> partitionChannel,
PagesSpatialIndexFactory pagesSpatialIndexFactory,
Runnable onClose) |
SpatialJoinOperatorFactory(int operatorId,
PlanNodeId planNodeId,
SpatialJoinNode.Type joinType,
List<Type> probeTypes,
List<Integer> probeOutputChannels,
int probeGeometryChannel,
Optional<Integer> partitionChannel,
PagesSpatialIndexFactory pagesSpatialIndexFactory) |
Copyright © 2012–2019. All rights reserved.