Versions in this module Expand all Collapse all v0 v0.0.1 Aug 10, 2024 Changes in this version + func Copy(dst Writer, src Reader) (n int64, err error) + func CopyN(dst Writer, src Reader, n int64) (written int64, err error) + type Reader interface + Read func() (arrow.Record, error) + type ReaderAt interface + ReadAt func(i int64) (arrow.Record, error) + type Writer interface + Write func(rec arrow.Record) error