func TotalArraySize(arr arrow.Array) int64
TotalArraySize returns the sum of the number of bytes in each buffer referenced by the Array.
func TotalRecordSize(record arrow.Record) int64
TotalRecordSize return the sum of bytes in each buffer referenced by the Record.