View Source arrow_variable_binary_array (arrow v0.1.0)

Provides support for Arrow's Variable-Sized Binary Layout.

The Variable-Sized Binary Layout[1] provides support for storing binaries of varying length in a way similar to the primitive layout, i.e. in a 1 Dimensional Array.

Link to this section Summary

Functions

Creates a Variable-Sized Binary Array given the values
Creates a Variable-Sized Binary Array given the values and options in the form of a map, from its erlang representation.

Link to this section Functions

-spec from_erlang(Values :: [arrow_type:native_type()]) -> Array :: #array{}.
Creates a Variable-Sized Binary Array given the values
Link to this function

from_erlang(Values, Opts)

View Source
-spec from_erlang(Values :: [arrow_type:native_type()], Opts :: map()) -> Array :: #array{}.
Creates a Variable-Sized Binary Array given the values and options in the form of a map, from its erlang representation.