Uses of Enum Class
io.trino.sql.planner.plan.SpatialJoinNode.Type
Packages that use SpatialJoinNode.Type
-
Uses of SpatialJoinNode.Type in io.trino.operator
Constructors in io.trino.operator with parameters of type SpatialJoinNode.TypeModifierConstructorDescriptionSpatialJoinOperator(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) -
Uses of SpatialJoinNode.Type in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return SpatialJoinNode.TypeModifier and TypeMethodDescriptionstatic SpatialJoinNode.TypeSpatialJoinNode.Type.fromJoinNodeType(JoinNode.Type joinNodeType) SpatialJoinNode.getType()static SpatialJoinNode.TypeReturns the enum constant of this class with the specified name.static SpatialJoinNode.Type[]SpatialJoinNode.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.planner.plan with parameters of type SpatialJoinNode.TypeModifierConstructorDescriptionSpatialJoinNode(PlanNodeId id, SpatialJoinNode.Type type, PlanNode left, PlanNode right, List<Symbol> outputSymbols, Expression filter, Optional<Symbol> leftPartitionSymbol, Optional<Symbol> rightPartitionSymbol, Optional<String> kdbTree)