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
vvInFields inherited from class org.apache.drill.exec.physical.impl.svremover.AbstractCopier
outgoing, vvOut -
Constructor Summary
ConstructorsConstructorDescriptionGenericSV4Copier(RecordBatch incomingBatch, VectorContainer outputContainer, SchemaChangeCallBack callBack) -
Method Summary
Methods inherited from class org.apache.drill.exec.physical.impl.svremover.AbstractSV4Copier
copyEntryIndirect, setupMethods 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:
copyEntryin classAbstractCopier
-