Uses of Class
org.apache.iotdb.db.exception.query.QueryProcessException
-
-
Uses of QueryProcessException in org.apache.iotdb.db.conf
Methods in org.apache.iotdb.db.conf that throw QueryProcessException Modifier and Type Method Description voidIoTDBDescriptor. loadHotModifiedProps()voidIoTDBDescriptor. loadHotModifiedProps(java.util.Properties properties) -
Uses of QueryProcessException in org.apache.iotdb.db.engine.cq
Methods in org.apache.iotdb.db.engine.cq that throw QueryProcessException Modifier and Type Method Description protected voidContinuousQueryTask. doInsert(java.lang.String sql, QueryOperator queryOperator, GroupByTimePlan queryPlan, org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet queryDataSet)voidContinuousQueryTask. runMayThrow() -
Uses of QueryProcessException in org.apache.iotdb.db.engine.memtable
Methods in org.apache.iotdb.db.engine.memtable that throw QueryProcessException Modifier and Type Method Description ReadOnlyMemChunkAbstractMemTable. query(org.apache.iotdb.commons.path.PartialPath fullPath, long ttlLowerBound, java.util.List<org.apache.iotdb.tsfile.utils.Pair<Modification,IMemTable>> modsToMemtable)ReadOnlyMemChunkIMemTable. query(org.apache.iotdb.commons.path.PartialPath fullPath, long ttlLowerBound, java.util.List<org.apache.iotdb.tsfile.utils.Pair<Modification,IMemTable>> modsToMemtable) -
Uses of QueryProcessException in org.apache.iotdb.db.engine.querycontext
Constructors in org.apache.iotdb.db.engine.querycontext that throw QueryProcessException Constructor Description AlignedReadOnlyMemChunk(org.apache.iotdb.tsfile.write.schema.IMeasurementSchema schema, TVList tvList, java.util.List<java.util.List<org.apache.iotdb.tsfile.read.common.TimeRange>> deletionList)The constructor for Aligned type.ReadOnlyMemChunk(java.lang.String measurementUid, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, org.apache.iotdb.tsfile.file.metadata.enums.TSEncoding encoding, TVList tvList, java.util.Map<java.lang.String,java.lang.String> props, java.util.List<org.apache.iotdb.tsfile.read.common.TimeRange> deletionList) -
Uses of QueryProcessException in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that throw QueryProcessException Modifier and Type Method Description QueryDataSourceDataRegion. query(java.util.List<org.apache.iotdb.commons.path.PartialPath> pathList, java.lang.String singleDeviceId, QueryContext context, QueryFileManager filePathsManager, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter)build query data source by searching all tsfile which fit in query filterQueryDataSourceDataRegion. query(java.util.List<org.apache.iotdb.commons.path.PartialPath> pathList, java.lang.String singleDeviceId, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter)used for mpp -
Uses of QueryProcessException in org.apache.iotdb.db.engine.trigger.sink.local
Methods in org.apache.iotdb.db.engine.trigger.sink.local that throw QueryProcessException Modifier and Type Method Description voidLocalIoTDBHandler. onEvent(LocalIoTDBEvent event) -
Uses of QueryProcessException in org.apache.iotdb.db.exception
Subclasses of QueryProcessException in org.apache.iotdb.db.exception Modifier and Type Class Description classBatchProcessException -
Uses of QueryProcessException in org.apache.iotdb.db.exception.index
Subclasses of QueryProcessException in org.apache.iotdb.db.exception.index Modifier and Type Class Description classIndexManagerExceptionclassQueryIndexExceptionclassUnsupportedIndexTypeException -
Uses of QueryProcessException in org.apache.iotdb.db.exception.query
Subclasses of QueryProcessException in org.apache.iotdb.db.exception.query Modifier and Type Class Description classLogicalOperatorExceptionThis exception is thrown while meeting error in transforming logical operator to physical plan.classLogicalOptimizeExceptionThis exception is thrown while meeting error in optimizing logical operator.classPathExceptionclassPathNumOverLimitExceptionclassUnSupportedFillTypeException -
Uses of QueryProcessException in org.apache.iotdb.db.metadata.utils
Methods in org.apache.iotdb.db.metadata.utils that throw QueryProcessException Modifier and Type Method Description abstract ReadOnlyMemChunkResourceByPathUtils. getReadOnlyMemChunkFromMemTable(IMemTable memTable, java.util.List<org.apache.iotdb.tsfile.utils.Pair<Modification,IMemTable>> modsToMemtable, long timeLowerBound) -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.execution.operator.process
Methods in org.apache.iotdb.db.mpp.execution.operator.process that throw QueryProcessException Modifier and Type Method Description protected YieldableStateTransformOperator. collectDataPoint(LayerPointReader reader, org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder writer, long currentTime, int readerIndex)protected booleanTransformOperator. collectReaderAppendIsNull(LayerPointReader reader, long currentTime)protected voidTransformOperator. initTransformers(java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations, Expression[] outputExpressions, TypeProvider typeProvider)protected YieldableStateTransformOperator. iterateAllColumnsToNextValid()protected YieldableStateTransformOperator. iterateReaderToNextValid(LayerPointReader reader)Constructors in org.apache.iotdb.db.mpp.execution.operator.process that throw QueryProcessException Constructor Description TransformOperator(OperatorContext operatorContext, Operator inputOperator, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> inputDataTypes, java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations, Expression[] outputExpressions, boolean keepNull, java.time.ZoneId zoneId, TypeProvider typeProvider, boolean isAscending) -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.plan.parser
Methods in org.apache.iotdb.db.mpp.plan.parser that throw QueryProcessException Modifier and Type Method Description static StatementStatementGenerator. createStatement(org.apache.iotdb.service.rpc.thrift.TSInsertRecordReq insertRecordReq)static StatementStatementGenerator. createStatement(org.apache.iotdb.service.rpc.thrift.TSInsertRecordsOfOneDeviceReq req)static StatementStatementGenerator. createStatement(org.apache.iotdb.service.rpc.thrift.TSInsertRecordsReq req)static StatementStatementGenerator. createStatement(org.apache.iotdb.service.rpc.thrift.TSInsertStringRecordReq insertRecordReq)static StatementStatementGenerator. createStatement(org.apache.iotdb.service.rpc.thrift.TSInsertStringRecordsOfOneDeviceReq req)static StatementStatementGenerator. createStatement(org.apache.iotdb.service.rpc.thrift.TSInsertStringRecordsReq req) -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.plan.statement.crud
Methods in org.apache.iotdb.db.mpp.plan.statement.crud that throw QueryProcessException Modifier and Type Method Description voidInsertRowStatement. fillValues(java.nio.ByteBuffer buffer) -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.api
Methods in org.apache.iotdb.db.mpp.transformation.api that throw QueryProcessException Modifier and Type Method Description booleanLayerPointReader. next()booleanLayerRowReader. next()booleanLayerRowWindowReader. next()voidLayerRowWindowReader. readyForNext()YieldableStateYieldableReader. yield() -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.dag.builder
Methods in org.apache.iotdb.db.mpp.transformation.dag.builder that throw QueryProcessException Modifier and Type Method Description EvaluationDAGBuilderEvaluationDAGBuilder. buildResultColumnPointReaders() -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.dag.input
Constructors in org.apache.iotdb.db.mpp.transformation.dag.input that throw QueryProcessException Constructor Description ConstantInputReader(ConstantOperand expression)QueryDataSetInputLayer(long queryId, float memoryBudgetInMB, java.util.List<org.apache.iotdb.commons.path.PartialPath> paths, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes, org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator timeGenerator, java.util.List<IReaderByTimestamp> readers, java.util.List<java.util.List<java.lang.Integer>> readerToIndexList, java.util.List<java.lang.Boolean> cached)InputLayerWithValueFilterQueryDataSetInputLayer(long queryId, float memoryBudgetInMB, IUDFInputDataSet queryDataSet)QueryDataSetInputLayer(long queryId, float memoryBudgetInMB, UDTFPlan queryPlan, java.util.List<ManagedSeriesReader> readers)InputLayerWithoutValueFilter -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.dag.intermediate
Methods in org.apache.iotdb.db.mpp.transformation.dag.intermediate that throw QueryProcessException Modifier and Type Method Description protected abstract LayerRowWindowReaderIntermediateLayer. constructRowSessionTimeWindowReader(org.apache.iotdb.udf.api.customizer.strategy.SessionTimeWindowAccessStrategy strategy, float memoryBudgetInMB)protected LayerRowWindowReaderMultiInputColumnIntermediateLayer. constructRowSessionTimeWindowReader(org.apache.iotdb.udf.api.customizer.strategy.SessionTimeWindowAccessStrategy strategy, float memoryBudgetInMB)protected abstract LayerRowWindowReaderIntermediateLayer. constructRowSlidingSizeWindowReader(org.apache.iotdb.udf.api.customizer.strategy.SlidingSizeWindowAccessStrategy strategy, float memoryBudgetInMB)protected LayerRowWindowReaderMultiInputColumnIntermediateLayer. constructRowSlidingSizeWindowReader(org.apache.iotdb.udf.api.customizer.strategy.SlidingSizeWindowAccessStrategy strategy, float memoryBudgetInMB)protected abstract LayerRowWindowReaderIntermediateLayer. constructRowSlidingTimeWindowReader(org.apache.iotdb.udf.api.customizer.strategy.SlidingTimeWindowAccessStrategy strategy, float memoryBudgetInMB)protected LayerRowWindowReaderMultiInputColumnIntermediateLayer. constructRowSlidingTimeWindowReader(org.apache.iotdb.udf.api.customizer.strategy.SlidingTimeWindowAccessStrategy strategy, float memoryBudgetInMB)protected abstract LayerRowWindowReaderIntermediateLayer. constructRowStateWindowReader(org.apache.iotdb.udf.api.customizer.strategy.StateWindowAccessStrategy strategy, float memoryBudgetInMB)LayerRowWindowReaderIntermediateLayer. constructRowWindowReader(org.apache.iotdb.udf.api.customizer.strategy.AccessStrategy strategy, float memoryBudgetInMB)Constructors in org.apache.iotdb.db.mpp.transformation.dag.intermediate that throw QueryProcessException Constructor Description ConstantIntermediateLayer(ConstantOperand expression, long queryId, float memoryBudgetInMB) -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.dag.transformer
Methods in org.apache.iotdb.db.mpp.transformation.dag.transformer that throw QueryProcessException Modifier and Type Method Description protected abstract booleanTransformer. cacheValue()if this method returns true, at least one of the cached field should be setbooleanTransformer. next()YieldableStateTransformer. yield()protected abstract YieldableStateTransformer. yieldValue()if this method returns YieldableState.YIELDABLE, at least one of the cached field should be set -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary
Methods in org.apache.iotdb.db.mpp.transformation.dag.transformer.binary that throw QueryProcessException Modifier and Type Method Description protected booleanBinaryTransformer. cacheValue()protected booleanLogicBinaryTransformer. cacheValue()protected static doubleBinaryTransformer. castCurrentValueToDoubleOperand(LayerPointReader layerPointReader, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType layerPointReaderDataType)booleanCompareBinaryTransformer.Evaluator. evaluate()protected voidArithmeticBinaryTransformer. transformAndCache()protected abstract voidBinaryTransformer. transformAndCache()protected voidCompareBinaryTransformer. transformAndCache()protected voidLogicBinaryTransformer. transformAndCache()YieldableStateBinaryTransformer. yieldValue()YieldableStateLogicBinaryTransformer. yieldValue() -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi
Methods in org.apache.iotdb.db.mpp.transformation.dag.transformer.multi that throw QueryProcessException Modifier and Type Method Description protected booleanMappableUDFQueryRowTransformer. cacheValue()protected booleanUniversalUDFQueryTransformer. cacheValue()protected booleanUniversalUDFQueryTransformer. cacheValueFromUDFOutput()protected booleanUDFQueryRowTransformer. executeUDFOnce()protected booleanUDFQueryRowWindowTransformer. executeUDFOnce()protected abstract booleanUniversalUDFQueryTransformer. executeUDFOnce()protected booleanUDFQueryTransformer. terminate()protected YieldableStateUDFQueryRowTransformer. tryExecuteUDFOnce()protected YieldableStateUDFQueryRowWindowTransformer. tryExecuteUDFOnce()protected abstract YieldableStateUniversalUDFQueryTransformer. tryExecuteUDFOnce()protected YieldableStateMappableUDFQueryRowTransformer. yieldValue()protected YieldableStateUniversalUDFQueryTransformer. yieldValue() -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary
Methods in org.apache.iotdb.db.mpp.transformation.dag.transformer.ternary that throw QueryProcessException Modifier and Type Method Description protected booleanTernaryTransformer. cacheValue()protected static doubleTernaryTransformer. castCurrentValueToDoubleOperand(LayerPointReader layerPointReader, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType layerPointReaderDataType)booleanCompareTernaryTransformer.Evaluator. evaluate()protected voidCompareTernaryTransformer. transformAndCache()protected abstract voidTernaryTransformer. transformAndCache()protected YieldableStateTernaryTransformer. yieldValue() -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary
Methods in org.apache.iotdb.db.mpp.transformation.dag.transformer.unary that throw QueryProcessException Modifier and Type Method Description protected booleanUnaryTransformer. cacheValue()protected voidArithmeticNegationTransformer. transformAndCache()protected voidInTransformer. transformAndCache()protected voidIsNullTransformer. transformAndCache()protected voidLogicNotTransformer. transformAndCache()protected voidRegularTransformer. transformAndCache()protected voidTransparentTransformer. transformAndCache()protected abstract voidUnaryTransformer. transformAndCache()YieldableStateIsNullTransformer. yieldValue()YieldableStateUnaryTransformer. yieldValue() -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.dag.util
Methods in org.apache.iotdb.db.mpp.transformation.dag.util that throw QueryProcessException Modifier and Type Method Description static booleanLayerCacheUtils. cachePoint(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, LayerPointReader source, ElasticSerializableTVList target)static intLayerCacheUtils. cachePoints(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, LayerPointReader source, ElasticSerializableTVList target, int pointNumber)static booleanLayerCacheUtils. cacheRow(IUDFInputDataSet source, ElasticSerializableRowRecordList target)static intLayerCacheUtils. cacheRows(IUDFInputDataSet source, ElasticSerializableRowRecordList target, int rowsNumber)static YieldableStateLayerCacheUtils. yieldPoint(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, LayerPointReader source, ElasticSerializableTVList target)static YieldableStateLayerCacheUtils. yieldPoints(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, LayerPointReader source, ElasticSerializableTVList target, int pointNumber)static YieldableStateLayerCacheUtils. yieldRow(IUDFInputDataSet source, ElasticSerializableRowRecordList target)static YieldableStateLayerCacheUtils. yieldRows(IUDFInputDataSet source, ElasticSerializableRowRecordList target, int rowsNumber) -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.datastructure.row
Methods in org.apache.iotdb.db.mpp.transformation.datastructure.row that throw QueryProcessException Modifier and Type Method Description protected voidElasticSerializableRowRecordList. applyNewMemoryControlParameters(int newByteArrayLengthForMemoryControl, int newInternalRowRecordListCapacity)protected static intSerializableRowRecordList. calculateCapacity(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[] dataTypes, float memoryLimitInMB, int byteArrayLengthForMemoryControl)Calculate the number of rows that can be cached given the memory limit.protected voidElasticSerializableRowRecordList. checkMemoryUsage()voidElasticSerializableRowRecordList. put(java.lang.Object[] rowRecord)Constructors in org.apache.iotdb.db.mpp.transformation.datastructure.row that throw QueryProcessException Constructor Description ElasticSerializableRowRecordList(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[] dataTypes, long queryId, float memoryLimitInMB, int numCacheBlock)Construct a ElasticSerializableRowRecordList. -
Uses of QueryProcessException in org.apache.iotdb.db.mpp.transformation.datastructure.tv
Methods in org.apache.iotdb.db.mpp.transformation.datastructure.tv that throw QueryProcessException Modifier and Type Method Description voidElasticSerializableTVList. put(long timestamp, java.lang.Object value) -
Uses of QueryProcessException in org.apache.iotdb.db.protocol.influxdb.dto
Methods in org.apache.iotdb.db.protocol.influxdb.dto that throw QueryProcessException Modifier and Type Method Description InsertRowPlanIoTDBPoint. convertToInsertRowPlan() -
Uses of QueryProcessException in org.apache.iotdb.db.protocol.rest.impl
Constructors in org.apache.iotdb.db.protocol.rest.impl that throw QueryProcessException Constructor Description GrafanaApiServiceImpl()RestApiServiceImpl() -
Uses of QueryProcessException in org.apache.iotdb.db.qp
Methods in org.apache.iotdb.db.qp that throw QueryProcessException Modifier and Type Method Description protected PhysicalPlanPlanner. generatePhysicalPlanFromOperator(Operator operator)PhysicalPlanPlanner. lastDataQueryReqToPhysicalPlan(org.apache.iotdb.service.rpc.thrift.TSLastDataQueryReq lastDataQueryReq, java.time.ZoneId zoneId, org.apache.iotdb.commons.conf.IoTDBConstant.ClientVersion clientVersion)convert last data query to physical plan directlyPhysicalPlanPlanner. operatorToPhysicalPlan(Operator operator)PhysicalPlanPlanner. parseSQLToGrafanaQueryPlan(java.lang.String sqlStr, java.time.ZoneId zoneId)PhysicalPlanPlanner. parseSQLToPhysicalPlan(java.lang.String sqlStr)PhysicalPlanPlanner. parseSQLToPhysicalPlan(java.lang.String sqlStr, java.time.ZoneId zoneId, org.apache.iotdb.commons.conf.IoTDBConstant.ClientVersion clientVersion)PhysicalPlanPlanner. parseSQLToRestQueryPlan(java.lang.String sqlStr, java.time.ZoneId zoneId)PhysicalPlanPlanner. rawDataQueryReqToPhysicalPlan(org.apache.iotdb.service.rpc.thrift.TSRawDataQueryReq rawDataQueryReq, java.time.ZoneId zoneId, org.apache.iotdb.commons.conf.IoTDBConstant.ClientVersion clientVersion)convert raw data query to physical plan directly -
Uses of QueryProcessException in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor that throw QueryProcessException Modifier and Type Method Description voidIPlanExecutor. delete(org.apache.iotdb.commons.path.PartialPath path, long startTime, long endTime, long planIndex, DataRegion.TimePartitionFilter partitionFilter)execute delete command and return whether the operator is successful.voidIPlanExecutor. delete(DeletePlan deletePlan)execute delete command and return whether the operator is successful.voidPlanExecutor. delete(org.apache.iotdb.commons.path.PartialPath path, long startTime, long endTime, long planIndex, DataRegion.TimePartitionFilter timePartitionFilter)voidPlanExecutor. delete(DeletePlan deletePlan)protected booleanPlanExecutor. deleteStorageGroups(DeleteStorageGroupPlan deleteStorageGroupPlan)protected booleanPlanExecutor. deleteTimeSeries(DeleteTimeSeriesPlan deleteTimeSeriesPlan)protected AlignByDeviceDataSetPlanExecutor. getAlignByDeviceDataSet(AlignByDevicePlan plan, QueryContext context, IQueryRouter router)voidIPlanExecutor. insert(InsertRowPlan insertRowPlan)execute insert command and return whether the operator is successful.voidIPlanExecutor. insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan)execute insert command and return whether the operator is successful.voidIPlanExecutor. insert(InsertRowsPlan insertRowsPlan)execute insert command and return whether the operator is successful.voidPlanExecutor. insert(InsertRowPlan insertRowPlan)voidPlanExecutor. insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan)voidPlanExecutor. insert(InsertRowsPlan plan)voidIPlanExecutor. insertTablet(InsertMultiTabletsPlan insertMultiTabletsPlan)execute multi batch insert planvoidIPlanExecutor. insertTablet(InsertTabletPlan insertTabletPlan)execute batch insert planvoidPlanExecutor. insertTablet(InsertMultiTabletsPlan insertMultiTabletsPlan)voidPlanExecutor. insertTablet(InsertTabletPlan insertTabletPlan)protected voidPlanExecutor. loadConfiguration(LoadConfigurationPlan plan)protected org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetPlanExecutor. processAuthorQuery(AuthorPlan plan)protected org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetPlanExecutor. processDataQuery(QueryPlan queryPlan, QueryContext context)booleanIPlanExecutor. processNonQuery(PhysicalPlan plan)Process Non-Query Physical plan, including insert/update/delete operation of data/metadata/PrivilegebooleanPlanExecutor. processNonQuery(PhysicalPlan plan)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIPlanExecutor. processQuery(PhysicalPlan queryPlan, QueryContext context)process query plan of qp layer, construct queryDataSet.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetPlanExecutor. processQuery(PhysicalPlan queryPlan, QueryContext context)protected org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetPlanExecutor. processShowQuery(ShowPlan showPlan, QueryContext context)booleanPlanExecutor. setStorageGroup(SetStorageGroupPlan setStorageGroupPlan)voidIPlanExecutor. update(org.apache.iotdb.commons.path.PartialPath path, long startTime, long endTime, java.lang.String value)execute update command and return whether the operator is successful.Constructors in org.apache.iotdb.db.qp.executor that throw QueryProcessException Constructor Description PlanExecutor() -
Uses of QueryProcessException in org.apache.iotdb.db.qp.logical
Methods in org.apache.iotdb.db.qp.logical that throw QueryProcessException Modifier and Type Method Description PhysicalPlanOperator. generatePhysicalPlan(PhysicalGenerator generator) -
Uses of QueryProcessException in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud that throw QueryProcessException Modifier and Type Method Description protected AlignByDevicePlanAggregationQueryOperator. generateAlignByDevicePlan(PhysicalGenerator generator)protected AlignByDevicePlanFillQueryOperator. generateAlignByDevicePlan(PhysicalGenerator generator)protected AlignByDevicePlanGroupByFillQueryOperator. generateAlignByDevicePlan(PhysicalGenerator generator)protected AlignByDevicePlanGroupByQueryOperator. generateAlignByDevicePlan(PhysicalGenerator generator)protected AlignByDevicePlanQueryOperator. generateAlignByDevicePlan(PhysicalGenerator generator)PhysicalPlanAggregationQueryOperator. generatePhysicalPlan(PhysicalGenerator generator)PhysicalPlanDeleteDataOperator. generatePhysicalPlan(PhysicalGenerator generator)PhysicalPlanFillQueryOperator. generatePhysicalPlan(PhysicalGenerator generator)PhysicalPlanGroupByFillQueryOperator. generatePhysicalPlan(PhysicalGenerator generator)PhysicalPlanGroupByQueryOperator. generatePhysicalPlan(PhysicalGenerator generator)PhysicalPlanInsertOperator. generatePhysicalPlan(PhysicalGenerator generator)PhysicalPlanLastQueryOperator. generatePhysicalPlan(PhysicalGenerator generator)PhysicalPlanQueryOperator. generatePhysicalPlan(PhysicalGenerator generator)PhysicalPlanSelectIntoOperator. generatePhysicalPlan(PhysicalGenerator generator)PhysicalPlanUDAFQueryOperator. generatePhysicalPlan(PhysicalGenerator generator)PhysicalPlanUDTFQueryOperator. generatePhysicalPlan(PhysicalGenerator generator)protected QueryPlanQueryOperator. generateRawDataQueryPlan(PhysicalGenerator generator, QueryPlan queryPlan)protected AggregationPlanAggregationQueryOperator. initAggregationPlan(QueryPlan queryPlan)protected voidAggregationQueryOperator. initGroupByLevel(AggregationPlan aggregationPlan)protected GroupByTimeFillPlanGroupByFillQueryOperator. initGroupByTimeFillPlan(QueryPlan queryPlan)protected GroupByTimePlanGroupByQueryOperator. initGroupByTimePlan(QueryPlan queryPlan)protected org.apache.iotdb.tsfile.read.expression.IExpressionGroupByFillQueryOperator. optimizeExpression(org.apache.iotdb.tsfile.read.expression.IExpression expression, RawDataQueryPlan queryPlan)protected org.apache.iotdb.tsfile.read.expression.IExpressionGroupByQueryOperator. optimizeExpression(org.apache.iotdb.tsfile.read.expression.IExpression expression, RawDataQueryPlan queryPlan)protected org.apache.iotdb.tsfile.read.expression.IExpressionQueryOperator. optimizeExpression(org.apache.iotdb.tsfile.read.expression.IExpression expression, RawDataQueryPlan queryPlan)protected org.apache.iotdb.tsfile.read.expression.IExpressionQueryOperator. transformFilterOperatorToExpression()org.apache.iotdb.tsfile.read.expression.IExpressionFilterOperator. transformToExpression(java.util.Map<org.apache.iotdb.commons.path.PartialPath,org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> pathTSDataTypeHashMap)For a filter operator, if isSingle, call transformToSingleQueryFilter.
FilterOperator cannot be leaf. -
Uses of QueryProcessException in org.apache.iotdb.db.qp.logical.sys
-
Uses of QueryProcessException in org.apache.iotdb.db.qp.physical
Methods in org.apache.iotdb.db.qp.physical that throw QueryProcessException Modifier and Type Method Description voidPhysicalPlan. checkIntegrity()Check the integrity of the plan in case that the plan is generated by a careless user through Session API. -
Uses of QueryProcessException in org.apache.iotdb.db.qp.physical.crud
Methods in org.apache.iotdb.db.qp.physical.crud that throw QueryProcessException Modifier and Type Method Description voidAlignByDevicePlan. calcWithoutNullColumnIndex(java.util.List<Expression> withoutNullColumns)voidInsertMultiTabletsPlan. checkIntegrity()voidInsertPlan. checkIntegrity()voidInsertRowPlan. checkIntegrity()voidInsertRowsPlan. checkIntegrity()voidInsertTabletPlan. checkIntegrity()voidAlignByDevicePlan. convertSpecialClauseValues(SpecialClauseComponent specialClauseComponent)abstract voidQueryPlan. convertSpecialClauseValues(SpecialClauseComponent specialClauseComponent)voidRawDataQueryPlan. convertSpecialClauseValues(SpecialClauseComponent specialClauseComponent)voidInsertRowPlan. fillValues(java.io.DataInputStream stream)voidInsertRowPlan. fillValues(java.nio.ByteBuffer buffer)Make sure the values is already inited before calling thisstatic org.apache.iotdb.tsfile.read.expression.impl.GlobalTimeExpressionGroupByTimePlan. getTimeExpression(GroupByTimePlan plan)voidLastQueryPlan. setExpression(org.apache.iotdb.tsfile.read.expression.IExpression expression)voidRawDataQueryPlan. setExpression(org.apache.iotdb.tsfile.read.expression.IExpression expression)voidInsertRowPlan. transferType()if inferType is true, transfer String[] values to specific data types (Integer, Long, Float, Double, Binary)Constructors in org.apache.iotdb.db.qp.physical.crud that throw QueryProcessException Constructor Description InsertRowPlan(org.apache.iotdb.commons.path.PartialPath prefixPath, long insertTime, java.lang.String[] measurementList, java.nio.ByteBuffer values, boolean isAligned)InsertRowsOfOneDevicePlan(org.apache.iotdb.commons.path.PartialPath prefixPath, java.util.List<java.lang.Long> insertTimes, java.util.List<java.util.List<java.lang.String>> measurements, java.util.List<java.nio.ByteBuffer> insertValues, boolean isAligned) -
Uses of QueryProcessException in org.apache.iotdb.db.qp.physical.sys
Methods in org.apache.iotdb.db.qp.physical.sys that throw QueryProcessException Modifier and Type Method Description voidCreateMultiTimeSeriesPlan. checkIntegrity()Constructors in org.apache.iotdb.db.qp.physical.sys that throw QueryProcessException Constructor Description LoadConfigurationPlan(LoadConfigurationPlan.LoadConfigurationPlanType loadConfigurationPlanType)LoadConfigurationPlan(LoadConfigurationPlan.LoadConfigurationPlanType loadConfigurationPlanType, java.util.Properties[] propertiesArray) -
Uses of QueryProcessException in org.apache.iotdb.db.qp.strategy
Methods in org.apache.iotdb.db.qp.strategy that throw QueryProcessException Modifier and Type Method Description PhysicalPlanPhysicalGenerator. generateLoadConfigurationPlan(LoadConfigurationOperator.LoadConfigurationOperatorType type)PhysicalPlanPhysicalGenerator. transformToPhysicalPlan(Operator operator) -
Uses of QueryProcessException in org.apache.iotdb.db.qp.strategy.optimizer
Methods in org.apache.iotdb.db.qp.strategy.optimizer that throw QueryProcessException Modifier and Type Method Description FilterOperatorIFilterOptimizer. optimize(FilterOperator filter) -
Uses of QueryProcessException in org.apache.iotdb.db.query.aggregation
Methods in org.apache.iotdb.db.query.aggregation that throw QueryProcessException Modifier and Type Method Description abstract voidAggregateResult. updateResultFromPageData(org.apache.iotdb.tsfile.read.common.IBatchDataIterator batchIterator)Aggregate results cannot be calculated using Statistics directly, using the data in each page.abstract voidAggregateResult. updateResultFromStatistics(org.apache.iotdb.tsfile.file.metadata.statistics.Statistics statistics)Calculate the aggregation using Statistics -
Uses of QueryProcessException in org.apache.iotdb.db.query.control
Methods in org.apache.iotdb.db.query.control that throw QueryProcessException Modifier and Type Method Description QueryDataSourceQueryResourceManager. getQueryDataSource(org.apache.iotdb.commons.path.PartialPath selectedPath, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, boolean ascending)voidQueryResourceManager. initQueryDataSourceCache(java.util.Map<DataRegion,java.util.List<org.apache.iotdb.commons.path.PartialPath>> processorToSeriesMap, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter)The method is called in mergeLock() when executing query. -
Uses of QueryProcessException in org.apache.iotdb.db.query.dataset
Methods in org.apache.iotdb.db.query.dataset that throw QueryProcessException Modifier and Type Method Description org.apache.iotdb.service.rpc.thrift.TSQueryDataSetDirectAlignByTimeDataSet. fillBuffer(int fetchSize, WatermarkEncoder encoder)org.apache.iotdb.service.rpc.thrift.TSQueryNonAlignDataSetDirectNonAlignDataSet. fillBuffer(int fetchSize, WatermarkEncoder encoder)org.apache.iotdb.service.rpc.thrift.TSQueryDataSetUDTFAlignByTimeDataSet. fillBuffer(int fetchSize, WatermarkEncoder encoder)org.apache.iotdb.service.rpc.thrift.TSQueryNonAlignDataSetUDTFNonAlignDataSet. fillBuffer(int fetchSize, WatermarkEncoder encoder)protected org.apache.iotdb.tsfile.utils.Pair<java.nio.ByteBuffer,java.nio.ByteBuffer>UDTFNonAlignDataSet. fillColumnBuffer(int transformedDataColumnIndex, int fetchSize, WatermarkEncoder encoder)protected voidUDTFAlignByTimeDataSet. initTimeHeap()protected voidUDTFDataSet. initTransformers()Constructors in org.apache.iotdb.db.query.dataset that throw QueryProcessException Constructor Description AlignByDeviceDataSet(AlignByDevicePlan alignByDevicePlan, QueryContext context, IQueryRouter queryRouter)UDTFAlignByTimeDataSet(QueryContext context, UDTFPlan udtfPlan, java.util.List<ManagedSeriesReader> readersOfSelectedSeries)execute without value filterUDTFAlignByTimeDataSet(QueryContext context, UDTFPlan udtfPlan, IUDFInputDataSet inputDataSet, boolean keepNull)UDTFAlignByTimeDataSet(QueryContext context, UDTFPlan udtfPlan, org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator timestampGenerator, java.util.List<IReaderByTimestamp> readersOfSelectedSeries, java.util.List<java.util.List<java.lang.Integer>> readerToIndexList, java.util.List<java.lang.Boolean> cached)execute with value filterUDTFDataSet(QueryContext queryContext, UDTFPlan udtfPlan, java.util.List<org.apache.iotdb.commons.path.PartialPath> deduplicatedPaths, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> deduplicatedDataTypes, java.util.List<ManagedSeriesReader> readersOfSelectedSeries)execute without value filtersUDTFDataSet(QueryContext queryContext, UDTFPlan udtfPlan, java.util.List<org.apache.iotdb.commons.path.PartialPath> deduplicatedPaths, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> deduplicatedDataTypes, org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator timestampGenerator, java.util.List<IReaderByTimestamp> readersOfSelectedSeries, java.util.List<java.util.List<java.lang.Integer>> readerToIndexList, java.util.List<java.lang.Boolean> cached)execute with value filtersUDTFDataSet(QueryContext queryContext, UDTFPlan udtfPlan, IUDFInputDataSet dataSet)UDTFNonAlignDataSet(QueryContext context, UDTFPlan udtfPlan, java.util.List<ManagedSeriesReader> readersOfSelectedSeries)execute without value filterUDTFNonAlignDataSet(QueryContext context, UDTFPlan udtfPlan, org.apache.iotdb.tsfile.read.query.timegenerator.TimeGenerator timestampGenerator, java.util.List<IReaderByTimestamp> readersOfSelectedSeries, java.util.List<java.util.List<java.lang.Integer>> readerToIndexList, java.util.List<java.lang.Boolean> cached)execute with value filter -
Uses of QueryProcessException in org.apache.iotdb.db.query.dataset.groupby
Methods in org.apache.iotdb.db.query.dataset.groupby that throw QueryProcessException Modifier and Type Method Description protected AlignedGroupByExecutorGroupByWithoutValueFilterDataSet. getAlignedGroupByExecutor(org.apache.iotdb.commons.path.PartialPath path, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, TsFileFilter fileFilter, boolean ascending)protected GroupByExecutorGroupByWithoutValueFilterDataSet. getGroupByExecutor(org.apache.iotdb.commons.path.PartialPath path, java.util.Set<java.lang.String> allSensors, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, TsFileFilter fileFilter, boolean ascending)protected IReaderByTimestampGroupByWithValueFilterDataSet. getReaderByTime(org.apache.iotdb.commons.path.PartialPath path, RawDataQueryPlan queryPlan, QueryContext context)voidGroupByFillDataSet. initCache()voidGroupByWithoutValueFilterDataSet. initGroupBy(QueryContext context, GroupByTimePlan groupByTimePlan)init reader and aggregate function.voidGroupByWithValueFilterDataSet. initGroupBy(QueryContext context, GroupByTimePlan groupByTimePlan)init reader and aggregate function.Constructors in org.apache.iotdb.db.query.dataset.groupby that throw QueryProcessException Constructor Description GroupByFillDataSet(QueryContext context, GroupByTimeFillPlan groupByTimeFillPlan) -
Uses of QueryProcessException in org.apache.iotdb.db.query.executor
Methods in org.apache.iotdb.db.query.executor that throw QueryProcessException Modifier and Type Method Description org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. aggregate(AggregationPlan aggregationPlan, QueryContext context)Execute aggregation query.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. aggregate(AggregationPlan aggregationPlan, QueryContext context)protected voidAggregationExecutor. aggregateOneAlignedSeries(AlignedPath alignedPath, java.util.List<java.util.List<java.lang.Integer>> subIndexes, java.util.Set<java.lang.String> allMeasurementsInDevice, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter)static voidAggregationExecutor. aggregateOneAlignedSeries(AlignedPath alignedPath, java.util.Set<java.lang.String> measurements, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType tsDataType, java.util.List<java.util.List<AggregateResult>> ascAggregateResultList, java.util.List<java.util.List<AggregateResult>> descAggregateResultList, TsFileFilter fileFilter, boolean ascending)protected voidAggregationExecutor. aggregateOneSeries(org.apache.iotdb.commons.path.PartialPath seriesPath, java.util.List<java.lang.Integer> indexes, java.util.Set<java.lang.String> allMeasurementsInDevice, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter)get aggregation result for one seriesstatic voidAggregationExecutor. aggregateOneSeries(org.apache.iotdb.commons.path.PartialPath seriesPath, java.util.Set<java.lang.String> measurements, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType tsDataType, java.util.List<AggregateResult> ascAggregateResultList, java.util.List<AggregateResult> descAggregateResultList, TsFileFilter fileFilter, boolean ascending)protected java.util.List<org.apache.iotdb.tsfile.read.TimeValuePair>LastQueryExecutor. calculateLastPairForSeries(java.util.List<org.apache.iotdb.commons.path.PartialPath> seriesPaths, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes, QueryContext context, org.apache.iotdb.tsfile.read.expression.IExpression expression, RawDataQueryPlan lastQueryPlan)static java.util.List<org.apache.iotdb.tsfile.read.TimeValuePair>LastQueryExecutor. calculateLastPairForSeriesLocally(java.util.List<org.apache.iotdb.commons.path.PartialPath> seriesPaths, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes, QueryContext context, org.apache.iotdb.tsfile.read.expression.IExpression expression, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> deviceMeasurementsMap)protected IFillFillQueryExecutor. configureFill(IFill fill, org.apache.iotdb.commons.path.PartialPath path, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, long queryTime, java.util.Set<java.lang.String> deviceMeasurements, QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetFillQueryExecutor. execute(QueryContext context)execute fill.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetLastQueryExecutor. execute(QueryContext context, LastQueryPlan lastQueryPlan)execute last functionorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSetUDFQueryExecutor. executeFromAlignedDataSet(QueryContext context, org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet sourceDataSet, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> fieldTypes, boolean keepNull)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetRawDataQueryExecutor. executeNonAlign(QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetAggregationExecutor. executeWithoutValueFilter(AggregationPlan aggregationPlan)execute aggregate function with only time filter or no filter.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetRawDataQueryExecutor. executeWithoutValueFilter(QueryContext context)without filter or with global time filter.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetUDFQueryExecutor. executeWithoutValueFilterAlignByTime(QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetUDFQueryExecutor. executeWithoutValueFilterNonAlign(QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetAggregationExecutor. executeWithValueFilter(AggregationPlan queryPlan)execute aggregate function with value filter.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetRawDataQueryExecutor. executeWithValueFilter(QueryContext context)executeWithValueFilter query.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetUDFQueryExecutor. executeWithValueFilterAlignByTime(QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetUDFQueryExecutor. executeWithValueFilterNonAlign(QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. fill(FillQueryPlan fillQueryPlan, QueryContext context)Execute fill query.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. fill(FillQueryPlan fillQueryPlan, QueryContext context)protected IReaderByTimestampAggregationExecutor. getReaderByTime(org.apache.iotdb.commons.path.PartialPath path, RawDataQueryPlan queryPlan, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, QueryContext context)protected IReaderByTimestampRawDataQueryExecutor. getReaderByTimestamp(org.apache.iotdb.commons.path.PartialPath path, java.util.Set<java.lang.String> allSensors, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, QueryContext context)protected java.util.List<org.apache.iotdb.tsfile.read.TimeValuePair>FillQueryExecutor. getTimeValuePairs(QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. groupBy(GroupByTimePlan groupByTimePlan, QueryContext context)Execute groupBy query.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. groupBy(GroupByTimePlan groupByTimePlan, QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. groupByFill(GroupByTimeFillPlan groupByFillPlan, QueryContext context)Execute group by fill queryorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. groupByFill(GroupByTimeFillPlan groupByFillPlan, QueryContext context)protected java.util.List<ManagedSeriesReader>RawDataQueryExecutor. initManagedSeriesReader(QueryContext context)protected org.apache.iotdb.tsfile.utils.Pair<java.util.List<IReaderByTimestamp>,java.util.List<java.util.List<java.lang.Integer>>>RawDataQueryExecutor. initSeriesReaderByTimestamp(QueryContext context, RawDataQueryPlan queryPlan, java.util.List<java.lang.Boolean> cached, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter)init IReaderByTimestamp for each not cached PartialPath, if it's already been cached, the corresponding IReaderByTimestamp will be null group these not cached PartialPath to one AlignedPath if they belong to same aligned deviceorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. lastQuery(LastQueryPlan lastQueryPlan, QueryContext context)Execute last queryorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. lastQuery(LastQueryPlan lastQueryPlan, QueryContext context)protected org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetRawDataQueryExecutor. needRedirect(QueryContext context, boolean hasValueFilter)Check whether need to redirect query to other node.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. rawDataQuery(RawDataQueryPlan queryPlan, QueryContext context)Execute physical plan.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. rawDataQuery(RawDataQueryPlan queryPlan, QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. udafQuery(UDAFPlan udafPlan, QueryContext context)Execute UDAF query.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. udafQuery(UDAFPlan udafPlan, QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. udtfQuery(UDTFPlan udtfPlan, QueryContext context)Execute UDTF queryorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. udtfQuery(UDTFPlan udtfPlan, QueryContext context) -
Uses of QueryProcessException in org.apache.iotdb.db.query.executor.fill
Methods in org.apache.iotdb.db.query.executor.fill that throw QueryProcessException Modifier and Type Method Description protected org.apache.iotdb.tsfile.read.TimeValuePairLinearFill. calculatePrecedingPoint()protected org.apache.iotdb.tsfile.read.TimeValuePairLinearFill. calculateSucceedingPoint()abstract voidIFill. configureFill(org.apache.iotdb.commons.path.PartialPath path, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, long queryTime, java.util.Set<java.lang.String> deviceMeasurements, QueryContext context)voidPreviousFill. configureFill(org.apache.iotdb.commons.path.PartialPath path, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, long queryTime, java.util.Set<java.lang.String> sensors, QueryContext context)abstract org.apache.iotdb.tsfile.read.TimeValuePairIFill. getFillResult()org.apache.iotdb.tsfile.read.TimeValuePairLinearFill. getFillResult()org.apache.iotdb.tsfile.read.TimeValuePairPreviousFill. getFillResult()org.apache.iotdb.tsfile.read.TimeValuePairValueFill. getSpecifiedFillResult(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType) -
Uses of QueryProcessException in org.apache.iotdb.db.query.executor.groupby
Methods in org.apache.iotdb.db.query.executor.groupby that throw QueryProcessException Modifier and Type Method Description java.util.List<java.util.List<AggregateResult>>AlignedGroupByExecutor. calcAlignedResult(long curStartTime, long curEndTime)calculate result in [curStartTime, curEndTime)java.util.List<AggregateResult>GroupByExecutor. calcResult(long curStartTime, long curEndTime)calculate result in [curStartTime, curEndTime) -
Uses of QueryProcessException in org.apache.iotdb.db.query.executor.groupby.impl
Methods in org.apache.iotdb.db.query.executor.groupby.impl that throw QueryProcessException Modifier and Type Method Description java.util.List<java.util.List<AggregateResult>>LocalAlignedGroupByExecutor. calcAlignedResult(long curStartTime, long curEndTime)java.util.List<AggregateResult>LocalGroupByExecutor. calcResult(long curStartTime, long curEndTime)Constructors in org.apache.iotdb.db.query.executor.groupby.impl that throw QueryProcessException Constructor Description LocalAlignedGroupByExecutor(org.apache.iotdb.commons.path.PartialPath path, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, TsFileFilter fileFilter, boolean ascending)LocalGroupByExecutor(org.apache.iotdb.commons.path.PartialPath path, java.util.Set<java.lang.String> allSensors, QueryContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, TsFileFilter fileFilter, boolean ascending) -
Uses of QueryProcessException in org.apache.iotdb.db.query.timegenerator
Methods in org.apache.iotdb.db.query.timegenerator that throw QueryProcessException Modifier and Type Method Description voidServerTimeGenerator. serverConstructNode(org.apache.iotdb.tsfile.read.expression.IExpression expression) -
Uses of QueryProcessException in org.apache.iotdb.db.service.basic
Methods in org.apache.iotdb.db.service.basic that throw QueryProcessException Modifier and Type Method Description org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetServiceProvider. createQueryDataSet(QueryContext context, PhysicalPlan physicalPlan, int fetchSize)create QueryDataSet and buffer it for fetchResultsabstract booleanServiceProvider. executeNonQuery(PhysicalPlan plan)booleanStandaloneServiceProvider. executeNonQuery(PhysicalPlan plan)Constructors in org.apache.iotdb.db.service.basic that throw QueryProcessException Constructor Description ServiceProvider(PlanExecutor executor)StandaloneServiceProvider() -
Uses of QueryProcessException in org.apache.iotdb.db.utils
Methods in org.apache.iotdb.db.utils that throw QueryProcessException Modifier and Type Method Description static java.lang.ObjectCommonUtils. parseValue(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, java.lang.String value)static java.lang.ObjectCommonUtils. parseValueForTest(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, java.lang.String value)
-