An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/influxdata/arrow

Package arrow provides an implementation of Apache Arrow. Apache Arrow is a cross-language development platform for in-memory data. It specifies a standardized language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and inter-process communication. The fundamental data structure in Arrow is an Array, which holds a sequence of values of the same type. An array consists of memory holding the data and an additional validity bitmap that indicates if the corresponding entry in the array is valid (not null). If the array has no null entries, it is possible to omit this bitmap. This example demonstrates creating an array, sourcing the values and null bitmaps directly from byte slices. The null count is set to UnknownNullCount, instructing the array to calculate the null count from the bitmap when NullN is called. This example demonstrates how to build an array of int64 values using a builder and Append. Whilst convenient for small arrays,

Ecosystem
proxy.golang.org
Latest Release
v0.0.0-20180518171150-931e64cd7cd0
almost 8 years ago
Versions
1
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/influxdata/arrow
spec
License MIT
Namespace github.com/influxdata
First Release almost 8 years ago
Last Synced 17 days ago
Rankings on proxy.golang.org
Overall Top 8.2%