Uses of Class
org.apache.iotdb.db.exception.sql.SQLParserException
-
Packages that use SQLParserException Package Description org.apache.iotdb.db.mpp.common.filter org.apache.iotdb.db.mpp.plan.parser org.apache.iotdb.db.qp.logical.crud org.apache.iotdb.db.qp.sql -
-
Uses of SQLParserException in org.apache.iotdb.db.mpp.common.filter
Methods in org.apache.iotdb.db.mpp.common.filter that throw SQLParserException Modifier and Type Method Description static BasicFilterTypeBasicFilterType. getBasicOpBySymbol(FilterConstant.FilterType filterType)BasicFilterType Constructor.Constructors in org.apache.iotdb.db.mpp.common.filter that throw SQLParserException Constructor Description BasicFunctionFilter(FilterConstant.FilterType filterType, org.apache.iotdb.commons.path.PartialPath path, java.lang.String value)BasicFunctionFilter Constructor. -
Uses of SQLParserException in org.apache.iotdb.db.mpp.plan.parser
Methods in org.apache.iotdb.db.mpp.plan.parser that throw SQLParserException Modifier and Type Method Description longASTVisitor. parseDateFormat(java.lang.String timestampStr)longASTVisitor. parseDateFormat(java.lang.String timestampStr, long currentTime)StatementASTVisitor. visitCreatePipe(org.apache.iotdb.db.qp.sql.IoTDBSqlParser.CreatePipeContext ctx) -
Uses of SQLParserException in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud that throw SQLParserException Modifier and Type Method Description static BasicOperatorTypeBasicOperatorType. getBasicOpBySymbol(FilterConstant.FilterType filterType)BasicOperatorType Constructor.Constructors in org.apache.iotdb.db.qp.logical.crud that throw SQLParserException Constructor Description BasicFunctionOperator(FilterConstant.FilterType filterType, org.apache.iotdb.commons.path.PartialPath path, java.lang.String value)BasicFunctionOperator Constructor. -
Uses of SQLParserException in org.apache.iotdb.db.qp.sql
Methods in org.apache.iotdb.db.qp.sql that throw SQLParserException Modifier and Type Method Description longIoTDBSqlVisitor. parseDateFormat(java.lang.String timestampStr)function for parsing datetime literal.longIoTDBSqlVisitor. parseDateFormat(java.lang.String timestampStr, long currentTime)OperatorIoTDBSqlVisitor. visitCreatePipe(org.apache.iotdb.db.qp.sql.IoTDBSqlParser.CreatePipeContext ctx)
-