Package org.apache.drill.exec.vector
Interface NullableVector.Mutator
- All Superinterfaces:
ValueVector.Mutator
- All Known Implementing Classes:
NullableBigIntVector.Mutator,NullableBitVector.Mutator,NullableDateVector.Mutator,NullableDecimal18Vector.Mutator,NullableDecimal28DenseVector.Mutator,NullableDecimal28SparseVector.Mutator,NullableDecimal38DenseVector.Mutator,NullableDecimal38SparseVector.Mutator,NullableDecimal9Vector.Mutator,NullableFloat4Vector.Mutator,NullableFloat8Vector.Mutator,NullableIntervalDayVector.Mutator,NullableIntervalVector.Mutator,NullableIntervalYearVector.Mutator,NullableIntVector.Mutator,NullableSmallIntVector.Mutator,NullableTimeStampVector.Mutator,NullableTimeVector.Mutator,NullableTinyIntVector.Mutator,NullableUInt1Vector.Mutator,NullableUInt2Vector.Mutator,NullableUInt4Vector.Mutator,NullableUInt8Vector.Mutator,NullableVar16CharVector.Mutator,NullableVarBinaryVector.Mutator,NullableVarCharVector.Mutator,NullableVarDecimalVector.Mutator
- Enclosing interface:
NullableVector
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetSetCount(int n) Used by the vector accessors to force the last set value.Methods inherited from interface org.apache.drill.exec.vector.ValueVector.Mutator
exchange, generateTestData, reset, setValueCount
-
Method Details
-
setSetCount
void setSetCount(int n) Used by the vector accessors to force the last set value.- Parameters:
n- the value of the last set field used to fill empties
-