protected abstract class BaseRepeatedValueVector.BaseRepeatedValueVectorTransferPair<T extends BaseRepeatedValueVector> extends Object implements TransferPair
| Modifier and Type | Field and Description |
|---|---|
protected TransferPair[] |
children |
protected T |
target |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseRepeatedValueVectorTransferPair(T target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyValueSafe(int destIndex,
int start,
int end) |
ValueVector |
getTo() |
void |
splitAndTransfer(int startIndex,
int length) |
void |
transfer() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyValueSafeprotected final T extends BaseRepeatedValueVector target
protected final TransferPair[] children
protected BaseRepeatedValueVectorTransferPair(T target)
public void transfer()
transfer in interface TransferPairpublic ValueVector getTo()
getTo in interface TransferPairpublic void splitAndTransfer(int startIndex,
int length)
splitAndTransfer in interface TransferPairprotected void copyValueSafe(int destIndex,
int start,
int end)
Copyright © 2021 The Apache Software Foundation. All rights reserved.