View Source Avrogen.Avro.Types.Logical.DecimalString (avrogen v0.8.1)

This type actually does not conform to the specification for a decimal.

However, this is in use in our code base. This type is when a string represents a decimal value.

Summary

Types

@type t() :: %Avrogen.Avro.Types.Logical.DecimalString{
  logicalType: String.t() | nil,
  type: String.t() | nil
}

Functions