Arrow.Array.Timestamp (Arrow v0.1.0)

Copy Markdown

64-bit timestamp column. Values are little-endian signed int64s in the declared unit. timezone: nil means a naive (unzoned) timestamp.

Summary

Types

t()

@type t() :: %Arrow.Array.Timestamp{
  length: non_neg_integer(),
  null_count: non_neg_integer(),
  timezone: String.t() | nil,
  unit: Arrow.Type.Timestamp.unit(),
  validity: binary() | nil,
  values: binary()
}