Arrow.Type.FixedSizeList (Arrow v0.1.0)

Copy Markdown

Fixed-size list of an inner type. Every slot is exactly list_size items; there is no offsets buffer. The inner type is the single child field of the enclosing Arrow.Field.

Summary

Types

t()

@type t() :: %Arrow.Type.FixedSizeList{list_size: pos_integer()}