Interface WritableBooleanVector

    • Method Detail

      • setBoolean

        void setBoolean​(int rowId,
                        boolean value)
        Set boolean at rowId with the provided value.
      • fill

        void fill​(boolean value)
        Fill the column vector with the provided value.