protected static class NonNullableStructVector.StructTransferPair extends Object implements TransferPair
TransferPair for this this class.| Modifier | Constructor and Description |
|---|---|
|
StructTransferPair(NonNullableStructVector from,
NonNullableStructVector to) |
protected |
StructTransferPair(NonNullableStructVector from,
NonNullableStructVector to,
boolean allocate) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyValueSafe(int from,
int to) |
ValueVector |
getTo() |
void |
splitAndTransfer(int startIndex,
int length) |
void |
transfer() |
public StructTransferPair(NonNullableStructVector from, NonNullableStructVector to)
protected StructTransferPair(NonNullableStructVector from, NonNullableStructVector to, boolean allocate)
public void transfer()
transfer in interface TransferPairpublic ValueVector getTo()
getTo in interface TransferPairpublic void copyValueSafe(int from,
int to)
copyValueSafe in interface TransferPairpublic void splitAndTransfer(int startIndex,
int length)
splitAndTransfer in interface TransferPairCopyright © 2024 The Apache Software Foundation. All rights reserved.