protected static class NonNullableStructVector.StructTransferPair extends Object implements TransferPair
| 修飾子 | コンストラクタと説明 |
|---|---|
|
StructTransferPair(NonNullableStructVector from,
NonNullableStructVector to) |
protected |
StructTransferPair(NonNullableStructVector from,
NonNullableStructVector to,
boolean allocate) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 TransferPairpublic ValueVector getTo()
getTo インタフェース内 TransferPairpublic void copyValueSafe(int from,
int to)
copyValueSafe インタフェース内 TransferPairpublic void splitAndTransfer(int startIndex,
int length)
splitAndTransfer インタフェース内 TransferPairCopyright © 2018 The Apache Software Foundation. All rights reserved.