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

Top 8.2% on proxy.golang.org

proxy.golang.org : 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,

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/influxdata/arrow
License: MIT
Latest release: about 7 years ago
First release: about 7 years ago
Namespace: github.com/influxdata
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...