Home
last modified time | relevance | path

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

/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/
H A DEquivalentExpressions.scala74 ignoreLeaf: Boolean = true,
76 val skip = (root.isInstanceOf[LeafExpression] && ignoreLeaf) ||
91 root.children.foreach(addExprTree(_, ignoreLeaf))
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTreeView.c1976 int ignoreLeaf; in Blt_TreeViewNextEntry() local
1978 ignoreLeaf = ((tvPtr->flags & TV_HIDE_LEAVES) && in Blt_TreeViewNextEntry()
1981 if ((!ignoreLeaf) && ((entryPtr->flags & mask) == 0)) { in Blt_TreeViewNextEntry()