| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.sql.planner.plan |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static SpatialJoinNode.Type |
SpatialJoinNode.Type.fromJoinNodeType(JoinNode.Type joinNodeType) |
SpatialJoinNode.Type |
SpatialJoinNode.getType() |
static SpatialJoinNode.Type |
SpatialJoinNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpatialJoinNode.Type[] |
SpatialJoinNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SpatialJoinNode(PlanNodeId id,
SpatialJoinNode.Type type,
PlanNode left,
PlanNode right,
List<Symbol> outputSymbols,
Expression filter,
Optional<Symbol> leftPartitionSymbol,
Optional<Symbol> rightPartitionSymbol,
Optional<String> kdbTree) |
Copyright © 2012–2019. All rights reserved.