public abstract class BaseRepeatedValueVector.BaseRepeatedMutator extends BaseValueVector.BaseMutator implements RepeatedValueVector.RepeatedMutator
Constructor and Description |
---|
BaseRepeatedMutator() |
Modifier and Type | Method and Description |
---|---|
int |
getInnerValueCountAt(int index) |
void |
setValueCount(int valueCount)
Sets the number of values that is stored in this vector to the given value count.
|
void |
startNewValue(int index)
Starts a new value that is a container of cells.
|
exchange, generateTestData, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exchange, generateTestData, reset
public void startNewValue(int index)
RepeatedValueVector.RepeatedMutator
startNewValue
in interface RepeatedValueVector.RepeatedMutator
index
- index of new value to startpublic void setValueCount(int valueCount)
ValueVector.Mutator
setValueCount
in interface ValueVector.Mutator
valueCount
- value count to set.public int getInnerValueCountAt(int index)
Copyright © 1970 The Apache Software Foundation. All rights reserved.