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, updateCounts
protected ValueVector[] vvIn
protected List<TransferPair> transferPairs
public void setup(VectorAccessible incoming, VectorContainer outgoing)
setup
in interface Copier
setup
in class AbstractCopier
public void copyEntryIndirect(int inIndex, int outIndex)
copyEntryIndirect
in class AbstractCopier
public int copyRecords(int index, int recordCount)
copyRecords
in interface Copier
copyRecords
in class AbstractCopier
Copyright © 2022 The Apache Software Foundation. All rights reserved.