Uses of Class
org.apache.ignite.internal.sql.optimizer.affinity.PartitionCompositeNodeOperator
-
Packages that use PartitionCompositeNodeOperator Package Description org.apache.ignite.internal.sql.optimizer.affinity -
-
Uses of PartitionCompositeNodeOperator in org.apache.ignite.internal.sql.optimizer.affinity
Methods in org.apache.ignite.internal.sql.optimizer.affinity that return PartitionCompositeNodeOperator Modifier and Type Method Description static @Nullable PartitionCompositeNodeOperatorPartitionCompositeNodeOperator. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.PartitionCompositeNodeOperatorPartitionCompositeNode. operator()static PartitionCompositeNodeOperatorPartitionCompositeNodeOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static PartitionCompositeNodeOperator[]PartitionCompositeNodeOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.sql.optimizer.affinity with parameters of type PartitionCompositeNodeOperator Constructor Description PartitionCompositeNode(PartitionNode left, PartitionNode right, PartitionCompositeNodeOperator op)Constructor.
-