Arrow. Array. Time64
(Arrow v0.1.0)
Copy Markdown
64-bit time-of-day column. Values are little-endian signed int64s in the
declared unit (:microsecond or :nanosecond).
Summary
Types
@type t() :: %Arrow.Array.Time64{ length: non_neg_integer(), null_count: non_neg_integer(), unit: :microsecond | :nanosecond, validity: binary() | nil, values: binary() }