Class GenericSV4Copier
java.lang.Object
org.apache.drill.exec.physical.impl.svremover.AbstractCopier
org.apache.drill.exec.physical.impl.svremover.AbstractSV4Copier
org.apache.drill.exec.physical.impl.svremover.GenericSV4Copier
- All Implemented Interfaces:
Copier
-
Field Summary
Fields inherited from class org.apache.drill.exec.physical.impl.svremover.AbstractSV4Copier
vvIn
Fields inherited from class org.apache.drill.exec.physical.impl.svremover.AbstractCopier
outgoing, vvOut
-
Constructor Summary
ConstructorDescriptionGenericSV4Copier
(RecordBatch incomingBatch, VectorContainer outputContainer, SchemaChangeCallBack callBack) -
Method Summary
Methods inherited from class org.apache.drill.exec.physical.impl.svremover.AbstractSV4Copier
copyEntryIndirect, setup
Methods inherited from class org.apache.drill.exec.physical.impl.svremover.AbstractCopier
allocateOutgoing, appendRecord, appendRecords, copyRecords, updateCounts
-
Constructor Details
-
GenericSV4Copier
public GenericSV4Copier(RecordBatch incomingBatch, VectorContainer outputContainer, SchemaChangeCallBack callBack)
-
-
Method Details
-
copyEntry
public void copyEntry(int inIndex, int outIndex) - Specified by:
copyEntry
in classAbstractCopier
-