public class FixedSizeListVector.Mutator extends BaseValueVector.BaseMutator
| Constructor and Description |
|---|
Mutator() |
| Modifier and Type | Method and Description |
|---|---|
void |
setNotNull(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.
|
generateTestData, resetpublic void setNull(int index)
public void setNotNull(int index)
public void setValueCount(int valueCount)
ValueVector.MutatorvalueCount - value count to set.Copyright © 2017 The Apache Software Foundation. All rights reserved.