Arrow.Array.Struct (Arrow v0.1.0)

Copy Markdown

Struct column. children is one inner array per struct member, in the same order as the parent field's children. Every child array's length matches the struct's length.

Summary

Types

t()

@type t() :: %Arrow.Array.Struct{
  children: [Arrow.Array.t()],
  length: non_neg_integer(),
  null_count: non_neg_integer(),
  validity: binary() | nil
}