public class ListVector.Mutator extends BaseRepeatedValueVector.BaseRepeatedMutator
| Constructor and Description |
|---|
Mutator() |
| Modifier and Type | Method and Description |
|---|---|
void |
endValue(int index,
int size)
End the current value
|
int |
getLastSet() |
void |
setLastSet(int value) |
void |
setNotNull(int index) |
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 void setNotNull(int index)
public int startNewValue(int index)
RepeatedValueVector.RepeatedMutatorstartNewValue in interface RepeatedValueVector.RepeatedMutatorstartNewValue in class BaseRepeatedValueVector.BaseRepeatedMutatorindex - index of new value to startpublic void endValue(int index,
int size)
index - index of the value to endsize - number of elements in the list that was writtenpublic void setValueCount(int valueCount)
ValueVector.MutatorsetValueCount in interface ValueVector.MutatorsetValueCount in class BaseRepeatedValueVector.BaseRepeatedMutatorvalueCount - value count to set.public void setLastSet(int value)
public int getLastSet()
Copyright © 2017 The Apache Software Foundation. All rights reserved.