Path | Synopsis |
---|---|
arrow | Package arrow provides an implementation of Apache Arrow. |
arrow/array | Package array provides implementations of various Arrow array types. |
arrow/arrio | Package arrio exposes functions to manipulate records, exposing and using interfaces not unlike the ones defined in the stdlib io package. |
arrow/bitutil | |
arrow/csv | Package csv reads CSV files and presents the extracted data as records, also writes data as record into CSV files |
arrow/decimal128 | |
arrow/endian | |
arrow/flight | |
arrow/float16 | |
arrow/internal/arrdata | Package arrdata exports arrays and records data ready to be used for tests. |
arrow/internal/arrjson | Package arrjson provides types and functions to encode and decode ARROW types and data to and from JSON files. |
arrow/internal/cpu | Package cpu implements processor feature detection used by the Go standard library. |
arrow/internal/debug | Package debug provides APIs for conditional runtime assertions and debug logging. |
arrow/internal/flatbuf | |
arrow/internal/testing/tools | |
arrow/ipc | |
arrow/math | Package math provides optimized mathematical functions for processing Arrow arrays. |
arrow/memory | Package memory provides support for allocating and manipulating memory at a low level. |
arrow/tensor | Package tensor provides types that implement n-dimensional arrays. |
Updated 2021-01-18. Refresh now. Tools for package owners.