Class AbstractSV2Copier
java.lang.Object
org.apache.drill.exec.physical.impl.svremover.AbstractCopier
org.apache.drill.exec.physical.impl.svremover.AbstractSV2Copier
- All Implemented Interfaces:
Copier
- Direct Known Subclasses:
GenericSV2Copier
-
Field Summary
FieldsFields inherited from class org.apache.drill.exec.physical.impl.svremover.AbstractCopier
outgoing, vvOut -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyEntryIndirect(int inIndex, int outIndex) intcopyRecords(int index, int recordCount) voidsetup(VectorAccessible incoming, VectorContainer outgoing) Methods inherited from class org.apache.drill.exec.physical.impl.svremover.AbstractCopier
allocateOutgoing, appendRecord, appendRecords, copyEntry, updateCounts
-
Field Details
-
vvIn
-
transferPairs
-
-
Constructor Details
-
AbstractSV2Copier
public AbstractSV2Copier()
-
-
Method Details
-
setup
- Specified by:
setupin interfaceCopier- Overrides:
setupin classAbstractCopier
-
copyEntryIndirect
public void copyEntryIndirect(int inIndex, int outIndex) - Specified by:
copyEntryIndirectin classAbstractCopier
-
copyRecords
public int copyRecords(int index, int recordCount) - Specified by:
copyRecordsin interfaceCopier- Overrides:
copyRecordsin classAbstractCopier
-