Arrow.Array.Time32 (Arrow v0.1.0)

Copy Markdown

32-bit time-of-day column. Values are little-endian signed int32s in the declared unit (:second or :millisecond).

Summary

Types

t()

@type t() :: %Arrow.Array.Time32{
  length: non_neg_integer(),
  null_count: non_neg_integer(),
  unit: :second | :millisecond,
  validity: binary() | nil,
  values: binary()
}