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, wait
copyValueSafe
protected final T extends BaseRepeatedValueVector target
protected final TransferPair[] children
protected BaseRepeatedValueVectorTransferPair(T target)
public void transfer()
transfer
in interface TransferPair
public ValueVector getTo()
getTo
in interface TransferPair
public void splitAndTransfer(int startIndex, int length)
splitAndTransfer
in interface TransferPair
protected void copyValueSafe(int destIndex, int start, int end)
Copyright © 1970 The Apache Software Foundation. All rights reserved.