Class SingleVectorState.SimpleVectorState
java.lang.Object
org.apache.drill.exec.physical.resultSet.impl.SingleVectorState
org.apache.drill.exec.physical.resultSet.impl.SingleVectorState.SimpleVectorState
- All Implemented Interfaces:
VectorState
- Direct Known Subclasses:
SingleVectorState.FixedWidthVectorState
,SingleVectorState.VariableWidthVectorState
- Enclosing class:
- SingleVectorState
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.exec.physical.resultSet.impl.SingleVectorState
SingleVectorState.FixedWidthVectorState, SingleVectorState.IsSetVectorState, SingleVectorState.OffsetVectorState, SingleVectorState.SimpleVectorState, SingleVectorState.VariableWidthVectorState
-
Field Summary
Fields inherited from class org.apache.drill.exec.physical.resultSet.impl.SingleVectorState
backupVector, mainVector, writer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
copyOverflow
(int sourceStartIndex, int sourceEndIndex) Methods inherited from class org.apache.drill.exec.physical.resultSet.impl.SingleVectorState
allocate, allocateVector, close, dump, harvestWithLookAhead, isProjected, parseVectorType, rollover, startBatchWithLookAhead, vector, vectorState
-
Constructor Details
-
SimpleVectorState
-
-
Method Details
-
copyOverflow
protected void copyOverflow(int sourceStartIndex, int sourceEndIndex) - Specified by:
copyOverflow
in classSingleVectorState
-