Class DevicesSchemaScanOperator
- java.lang.Object
-
- org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
-
- org.apache.iotdb.db.mpp.execution.operator.schema.DevicesSchemaScanOperator
-
- All Implemented Interfaces:
java.lang.AutoCloseable,Operator,SourceOperator
public class DevicesSchemaScanOperator extends SchemaQueryScanOperator
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
isFinished, isPrefixPath, limit, offset, operatorContext, partialPath, sourceId, tsBlock
-
Fields inherited from interface org.apache.iotdb.db.mpp.execution.operator.Operator
NOT_BLOCKED
-
-
Constructor Summary
Constructors Constructor Description DevicesSchemaScanOperator(PlanNodeId sourceId, OperatorContext operatorContext, int limit, int offset, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath, boolean hasSgCol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.iotdb.tsfile.read.common.block.TsBlockcreateTsBlock()-
Methods inherited from class org.apache.iotdb.db.mpp.execution.operator.schema.SchemaQueryScanOperator
calculateMaxPeekMemory, calculateMaxReturnSize, calculateRetainedSizeAfterCallingNext, getLimit, getOffset, getOperatorContext, getPartialPath, getSourceId, hasNext, isFinished, isPrefixPath, next, setLimit, setOffset
-
-
-
-
Constructor Detail
-
DevicesSchemaScanOperator
public DevicesSchemaScanOperator(PlanNodeId sourceId, OperatorContext operatorContext, int limit, int offset, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath, boolean hasSgCol)
-
-
Method Detail
-
createTsBlock
protected org.apache.iotdb.tsfile.read.common.block.TsBlock createTsBlock()
- Specified by:
createTsBlockin classSchemaQueryScanOperator
-
-