On Sun, Apr 19, 2020 at 9:21 AM Micah Kornfield <[email protected]> wrote:
> Hi Amol, > I don't have much experience with Go, but it looks like array.Record might > be the equivalent of a RecordBatch in Go ( > https://github.com/apache/arrow/blob/master/go/arrow/array/record.go#L111) > (that > is what the IPC Writer classes seems to accept). > indeed, it's called Recrod. https://godoc.org/github.com/apache/arrow/go/arrow/array#Record -s > > Cheers, > Micah > > > On Sun, Apr 19, 2020 at 12:11 AM Amol Umbarkar <[email protected]> > wrote: > >> Hello again, >> I could not find record batch in Go Implementation. Is the chunkedArray >> same as record batch? >> >> Thanks, >> Amol >> >
