Uses of Class
org.apache.iotdb.tsfile.read.query.timegenerator.node.NodeType
-
Packages that use NodeType Package Description org.apache.iotdb.tsfile.read.query.timegenerator.node -
-
Uses of NodeType in org.apache.iotdb.tsfile.read.query.timegenerator.node
Methods in org.apache.iotdb.tsfile.read.query.timegenerator.node that return NodeType Modifier and Type Method Description NodeTypeAndNode. getType()NodeTypeLeafNode. getType()NodeTypeNode. getType()NodeTypeOrNode. getType()static NodeTypeNodeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-