Arrow. Type. FloatingPoint
(Arrow v0.1.0)
Copy Markdown
IEEE-754 floating point. Tier 1: :single, :double.
Summary
Types
@type precision() :: :half | :single | :double
@type t() :: %Arrow.Type.FloatingPoint{precision: precision()}