Arrow.Type.FloatingPoint (Arrow v0.1.0)

Copy Markdown

IEEE-754 floating point. Tier 1: :single, :double.

Summary

Types

precision()

@type precision() :: :half | :single | :double

t()

@type t() :: %Arrow.Type.FloatingPoint{precision: precision()}