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