public class ListVector.Mutator extends BaseRepeatedValueVector.BaseRepeatedMutator
Constructor and Description |
---|
Mutator() |
Modifier and Type | Method and Description |
---|---|
void |
setNotNull(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.
|
getInnerValueCountAt
exchange, generateTestData, reset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exchange, generateTestData, reset
public void setNotNull(int index)
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 valueCount)
ValueVector.Mutator
setValueCount
in interface ValueVector.Mutator
setValueCount
in class BaseRepeatedValueVector.BaseRepeatedMutator
valueCount
- value count to set.Copyright © 1970 The Apache Software Foundation. All rights reserved.