Registry / serialization / apache-arrow-go-arrow

apache-arrow-go-arrow

JSON →
librarygogounverified

A Go implementation of Apache Arrow, providing in-memory columnar data structures for efficient analytics.

go get github.com/apache/arrow/go/arrow
INSTALL
IMPORT
SIG · APACHE-ARROW-GO-AR
A
apache-arrow-go-arrow
serializationgo
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

arrow
github.com/apache/arrow/go/arrow

Creates a simple Arrow schema with one integer field.

import "github.com/apache/arrow/go/arrow" func main() { schema := arrow.NewSchema( []arrow.Field{{Name: "id", Type: arrow.PrimitiveTypes.Int64}}, nil, ) println(schema.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources