Interface NullableVectorDefinitionSetter

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

public interface NullableVectorDefinitionSetter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setIndexDefined(int index)
    Set value at position "index" to be defined.
    void
    setIndexDefined(int index, int numValues)
    Set a contiguous set of values starting at position "index" to be defined.
  • Method Details

    • setIndexDefined

      void setIndexDefined(int index)
      Set value at position "index" to be defined.
      Parameters:
      index - value position
    • setIndexDefined

      void setIndexDefined(int index, int numValues)
      Set a contiguous set of values starting at position "index" to be defined.
      Parameters:
      index - value position
      numValues - of contiguous values