public class RepeatedDictVector.Mutator extends BaseRepeatedValueVector.BaseRepeatedMutator
Constructor and Description |
---|
Mutator() |
Modifier and Type | Method and Description |
---|---|
int |
add(int index) |
void |
setValueCount(int topLevelValueCount)
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.
|
getInnerValueCountAt
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
startNewValue
in class BaseRepeatedValueVector.BaseRepeatedMutator
index
- index of new value to startpublic void setValueCount(int topLevelValueCount)
ValueVector.Mutator
setValueCount
in interface ValueVector.Mutator
setValueCount
in class BaseRepeatedValueVector.BaseRepeatedMutator
topLevelValueCount
- value count to set.public int add(int index)
Copyright © 1970 The Apache Software Foundation. All rights reserved.