ratt-ru / arcae

Arrow C++ and Python Bindings for casacore
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Use casacore::RefRows for indexing the row dimension #105

Closed sjperkins closed 2 months ago

sjperkins commented 2 months ago

Previously, the row dimension was partitioned into separate, contiguous ranges which were retrieved in separate operations.

This PR modifies data read and write to submit all rows as a single operation.