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.
|
getInnerValueCountAtexchange, generateTestData, resetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexchange, generateTestData, resetpublic void startNewValue(int index)
RepeatedValueVector.RepeatedMutatorstartNewValue in interface RepeatedValueVector.RepeatedMutatorstartNewValue in class BaseRepeatedValueVector.BaseRepeatedMutatorindex - index of new value to startpublic void setValueCount(int topLevelValueCount)
ValueVector.MutatorsetValueCount in interface ValueVector.MutatorsetValueCount in class BaseRepeatedValueVector.BaseRepeatedMutatortopLevelValueCount - value count to set.public int add(int index)
Copyright © 2021 The Apache Software Foundation. All rights reserved.