ExIceberg.Types.Decimal (ExIceberg v0.3.0)

Represents a decimal type with precision and scale.

Summary

Types

@type t() :: %ExIceberg.Types.Decimal{
  precision: pos_integer(),
  scale: non_neg_integer()
}