RecordBatch.this

  1. this(void* ptr, Flag!"Take" take)
    class RecordBatch
    this
    (
    void* ptr
    ,
    Flag!"Take" take = No.Take
    )
  2. this(arrow.schema.Schema schema, uint nRows, arrow.array.Array[] columns)