Arrow.Type.Int (Arrow v0.1.0)

Copy Markdown

Signed or unsigned integer of a given bit width.

The Arrow spec permits bit widths 8, 16, 32, 64 (Tier 1).

Summary

Types

bit_width()

@type bit_width() :: 8 | 16 | 32 | 64

t()

@type t() :: %Arrow.Type.Int{bit_width: bit_width(), signed: boolean()}