public abstract static class KylinMetaImpl.AbstractNode extends Object
| Constructor and Description |
|---|
KylinMetaImpl.AbstractNode() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends org.apache.kylin.jdbc.KylinMetaImpl.Node> |
getChildren()
Get direct children of the node.
|
String |
getName()
Get the node name
|
List<? extends org.apache.kylin.jdbc.KylinMetaImpl.Node> |
searchByPatterns(net.hydromatic.avatica.Meta.Pat... patterns)
Search the subtree of the node with patterns.
|
public List<? extends org.apache.kylin.jdbc.KylinMetaImpl.Node> searchByPatterns(net.hydromatic.avatica.Meta.Pat... patterns)
public String getName()
public List<? extends org.apache.kylin.jdbc.KylinMetaImpl.Node> getChildren()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.