Class AbstractSV4Copier
java.lang.Object
org.apache.drill.exec.physical.impl.svremover.AbstractCopier
org.apache.drill.exec.physical.impl.svremover.AbstractSV4Copier
- All Implemented Interfaces:
Copier
- Direct Known Subclasses:
GenericSV4Copier
-
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) void
setup
(VectorAccessible incoming, VectorContainer outgoing) Methods inherited from class org.apache.drill.exec.physical.impl.svremover.AbstractCopier
allocateOutgoing, appendRecord, appendRecords, copyEntry, copyRecords, updateCounts
-
Field Details
-
vvIn
-
-
Constructor Details
-
AbstractSV4Copier
public AbstractSV4Copier()
-
-
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
-