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
Fields inherited from class org.apache.drill.exec.physical.impl.svremover.AbstractCopier
outgoing, vvOut
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyEntryIndirect
(int inIndex, int outIndex) int
copyRecords
(int index, int recordCount) void
setup
(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:
setup
in interfaceCopier
- Overrides:
setup
in classAbstractCopier
-
copyEntryIndirect
public void copyEntryIndirect(int inIndex, int outIndex) - Specified by:
copyEntryIndirect
in classAbstractCopier
-
copyRecords
public int copyRecords(int index, int recordCount) - Specified by:
copyRecords
in interfaceCopier
- Overrides:
copyRecords
in classAbstractCopier
-