public abstract class AbstractSV2Copier extends AbstractCopier
| Modifier and Type | Field and Description |
|---|---|
protected List<TransferPair> |
transferPairs |
protected ValueVector[] |
vvIn |
outgoing, vvOut| Constructor and Description |
|---|
AbstractSV2Copier() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyEntryIndirect(int inIndex,
int outIndex) |
int |
copyRecords(int index,
int recordCount) |
void |
setup(VectorAccessible incoming,
VectorContainer outgoing) |
allocateOutgoing, appendRecord, appendRecords, copyEntry, updateCountsprotected ValueVector[] vvIn
protected List<TransferPair> transferPairs
public void setup(VectorAccessible incoming, VectorContainer outgoing)
setup in interface Copiersetup in class AbstractCopierpublic void copyEntryIndirect(int inIndex,
int outIndex)
copyEntryIndirect in class AbstractCopierpublic int copyRecords(int index,
int recordCount)
copyRecords in interface CopiercopyRecords in class AbstractCopierCopyright © 2021 The Apache Software Foundation. All rights reserved.