Package org.apache.iotdb.db.utils
Class CommonUtils
- java.lang.Object
-
- org.apache.iotdb.db.utils.CommonUtils
-
public class CommonUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ObjectparseValue(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, java.lang.String value)static java.lang.ObjectparseValueForTest(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, java.lang.String value)static intrunCli(java.util.List<java.lang.Class<? extends java.lang.Runnable>> commands, java.lang.String[] args, java.lang.String cliName, java.lang.String cliDescription)
-
-
-
Method Detail
-
parseValue
public static java.lang.Object parseValue(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, java.lang.String value) throws QueryProcessException- Throws:
QueryProcessException
-
parseValueForTest
public static java.lang.Object parseValueForTest(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, java.lang.String value) throws QueryProcessException- Throws:
QueryProcessException
-
runCli
public static int runCli(java.util.List<java.lang.Class<? extends java.lang.Runnable>> commands, java.lang.String[] args, java.lang.String cliName, java.lang.String cliDescription)
-
-