Class PathNodesGenerator
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.common.parser.PathNodesGenerator
-
public class PathNodesGenerator extends java.lang.Objectconvert String path to String[] nodes *
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckPath(java.lang.String path)throw exception if path is illegal.static java.lang.String[]splitPathToNodes(java.lang.String path)
-
-
-
Method Detail
-
splitPathToNodes
public static java.lang.String[] splitPathToNodes(java.lang.String path) throws PathParseException- Throws:
PathParseException
-
checkPath
public static void checkPath(java.lang.String path) throws PathParseExceptionthrow exception if path is illegal.- Throws:
PathParseException
-
-