DictionaryArray.this

  1. this(void* ptr, Flag!"Take" take)
    class DictionaryArray
    this
    (
    void* ptr
    ,
    Flag!"Take" take = No.Take
    )
  2. this(arrow.data_type.DataType dataType, arrow.array.Array indices, arrow.array.Array dictionary)