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