Home
last modified time | relevance | path

Searched refs:ConstraintCount (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/planner/
H A Dshard_pruning.c296 static int ConstraintCount(PruningTreeNode *node);
656 if (ConstraintCount(node) <= 1) in SimplifyPruningTree()
2062 ConstraintCount(PruningTreeNode *node) in ConstraintCount() function