public class LatticeRootNode extends LatticeNode
Lattice. It has no parent.| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<LatticeNode> |
descendants
Descendants, in prefix order.
|
alias, digest, table| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(LatticeRootNode node)
Whether this node's graph is a super-set of (or equal to) another node's
graph.
|
relOptTable, toStringpublic final com.google.common.collect.ImmutableList<LatticeNode> descendants
public boolean contains(LatticeRootNode node)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.