public final class NullableMapVector.Mutator extends MapVector.Mutator implements NullableVectorDefinitionSetter
| Modifier and Type | Method and Description |
|---|---|
void |
generateTestData(int valueCount) |
void |
reset()
Resets the mutator to pristine state.
|
void |
setIndexDefined(int index) |
void |
setNull(int index) |
void |
setValueCount(int valueCount)
Sets the number of values that is stored in this vector to the given value count.
|
public void setIndexDefined(int index)
setIndexDefined in interface NullableVectorDefinitionSetterpublic void setNull(int index)
public void setValueCount(int valueCount)
ValueVector.MutatorsetValueCount in interface ValueVector.MutatorsetValueCount in class MapVector.MutatorvalueCount - value count to set.public void generateTestData(int valueCount)
generateTestData in interface ValueVector.MutatorgenerateTestData in class MapVector.MutatorvalueCount - the number of values to generatepublic void reset()
ValueVector.Mutatorreset in interface ValueVector.Mutatorreset in class MapVector.MutatorCopyright © 2017 The Apache Software Foundation. All rights reserved.