Arrow.Type.Date (Arrow v0.1.0)

Copy Markdown

Date column.

  • :day — 32-bit days since the UNIX epoch (Date32).
  • :millisecond — 64-bit milliseconds since the UNIX epoch (Date64).

Summary

Types

t()

@type t() :: %Arrow.Type.Date{unit: unit()}

unit()

@type unit() :: :day | :millisecond