Uses of Class
org.apache.iotdb.db.exception.query.LogicalOperatorException
-
-
Uses of LogicalOperatorException in org.apache.iotdb.db.exception.query
Subclasses of LogicalOperatorException in org.apache.iotdb.db.exception.query Modifier and Type Class Description classLogicalOptimizeExceptionThis exception is thrown while meeting error in optimizing logical operator. -
Uses of LogicalOperatorException in org.apache.iotdb.db.protocol.rest.handler
Methods in org.apache.iotdb.db.protocol.rest.handler that throw LogicalOperatorException Modifier and Type Method Description static voidPhysicalPlanValidationHandler. checkGrafanaQuery(Operator operator)static voidPhysicalPlanValidationHandler. checkRestQuery(Operator operator) -
Uses of LogicalOperatorException in org.apache.iotdb.db.qp
Methods in org.apache.iotdb.db.qp that throw LogicalOperatorException Modifier and Type Method Description protected OperatorPlanner. logicalOptimize(Operator operator)given an unoptimized logical operator tree and return a optimized result. -
Uses of LogicalOperatorException in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud that throw LogicalOperatorException Modifier and Type Method Description voidAggregationQueryOperator. check()voidFillQueryOperator. check()voidLastQueryOperator. check()voidQueryOperator. check()voidSelectIntoOperator. check()voidUDAFQueryOperator. check()protected voidAggregationQueryOperator. checkSelectComponent(SelectComponent selectComponent)protected org.apache.iotdb.tsfile.utils.Pair<org.apache.iotdb.tsfile.read.expression.IUnaryExpression,java.lang.String>BasicFunctionOperator. transformToSingleQueryFilter(java.util.Map<org.apache.iotdb.commons.path.PartialPath,org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> pathTSDataTypeHashMap)protected org.apache.iotdb.tsfile.utils.Pair<org.apache.iotdb.tsfile.read.expression.IUnaryExpression,java.lang.String>FilterOperator. transformToSingleQueryFilter(java.util.Map<org.apache.iotdb.commons.path.PartialPath,org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> pathTSDataTypeHashMap)it will be used in BasicFunction Operator.protected org.apache.iotdb.tsfile.utils.Pair<org.apache.iotdb.tsfile.read.expression.IUnaryExpression,java.lang.String>InOperator. transformToSingleQueryFilter(java.util.Map<org.apache.iotdb.commons.path.PartialPath,org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> pathTSDataTypeHashMap)protected org.apache.iotdb.tsfile.utils.Pair<org.apache.iotdb.tsfile.read.expression.IUnaryExpression,java.lang.String>LikeOperator. transformToSingleQueryFilter(java.util.Map<org.apache.iotdb.commons.path.PartialPath,org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> pathTSDataTypeHashMap)protected org.apache.iotdb.tsfile.utils.Pair<org.apache.iotdb.tsfile.read.expression.IUnaryExpression,java.lang.String>RegexpOperator. transformToSingleQueryFilter(java.util.Map<org.apache.iotdb.commons.path.PartialPath,org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> pathTSDataTypeHashMap) -
Uses of LogicalOperatorException in org.apache.iotdb.db.qp.physical.crud
Methods in org.apache.iotdb.db.qp.physical.crud that throw LogicalOperatorException Modifier and Type Method Description voidAggregationPlan. verifyAllAggregationDataTypesMatched() -
Uses of LogicalOperatorException in org.apache.iotdb.db.qp.strategy
Methods in org.apache.iotdb.db.qp.strategy that throw LogicalOperatorException Modifier and Type Method Description static voidLogicalChecker. check(Operator operator)To check whether illegal component exists in specific operator. -
Uses of LogicalOperatorException in org.apache.iotdb.db.qp.strategy.optimizer
Methods in org.apache.iotdb.db.qp.strategy.optimizer that throw LogicalOperatorException Modifier and Type Method Description FilterOperatorRemoveNotOptimizer. optimize(FilterOperator filter)get DNF(disjunctive normal form) for this filter operator tree. -
Uses of LogicalOperatorException in org.apache.iotdb.db.tools.watermark
Methods in org.apache.iotdb.db.tools.watermark that throw LogicalOperatorException Modifier and Type Method Description static booleanWatermarkDetector. isWatermarked(java.lang.String filePath, java.lang.String secretKey, java.lang.String watermarkBitString, int embed_row_cycle, int embed_lsb_num, double alpha, int columnIndex, java.lang.String dataType)static voidWatermarkDetector. main(java.lang.String[] args)
-