Uses of Interface
org.apache.ignite.internal.sql.optimizer.affinity.PartitionNode
-
Packages that use PartitionNode Package Description org.apache.ignite.internal.sql.optimizer.affinity -
-
Uses of PartitionNode in org.apache.ignite.internal.sql.optimizer.affinity
Classes in org.apache.ignite.internal.sql.optimizer.affinity that implement PartitionNode Modifier and Type Class Description classPartitionAllNodeNode denoting all available partitionsclassPartitionCompositeNodeComposite node which consists of two child nodes and a relation between them.classPartitionConstantNodeNode with constant partition.classPartitionGroupNodeFlat group of partitions.classPartitionNoneNodeNode denoting empty partition set.classPartitionParameterNodeNode with partition which should be extracted from argument.classPartitionSingleNodeNode with a single partition.Methods in org.apache.ignite.internal.sql.optimizer.affinity that return PartitionNode Modifier and Type Method Description PartitionNodePartitionCompositeNode. left()PartitionNodePartitionCompositeNode. optimize()Try optimizing partition nodes into a simpler form.default PartitionNodePartitionNode. optimize()Try optimizing partition nodes into a simpler form.PartitionNodePartitionCompositeNode. right()PartitionNodePartitionResult. tree()Tree.Constructors in org.apache.ignite.internal.sql.optimizer.affinity with parameters of type PartitionNode Constructor Description PartitionCompositeNode(PartitionNode left, PartitionNode right, PartitionCompositeNodeOperator op)Constructor.PartitionResult(PartitionNode tree, AffinityTopologyVersion topVer, String cacheName, int partsCnt)Constructor.PartitionResult(PartitionNode tree, PartitionTableAffinityDescriptor aff, AffinityTopologyVersion topVer)Constructor.
-