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