Interface WritableColumnVector

    • Method Detail

      • reset

        void reset()
        Resets the column to default state.
      • setNullAt

        void setNullAt​(int rowId)
        Set null at rowId.
      • setNulls

        void setNulls​(int rowId,
                      int count)
        Set nulls from rowId to rowId + count (exclude).
      • fillWithNulls

        void fillWithNulls()
        Fill the column vector with nulls.
      • setDictionary

        void setDictionary​(Dictionary dictionary)
        Set the dictionary, it should work with dictionary ids.
      • hasDictionary

        boolean hasDictionary()
        Check if there's a dictionary.
      • getDictionaryIds

        WritableIntVector getDictionaryIds()
        Get reserved dictionary ids.