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

This type represents the time-micros type according to the specification

The time-micros logical type represents a time, with no reference to a particular calendar or time zone, with a precision of one microsecond.

A time-micros logical type annotates an Avro long, where the int stores the number of microseconds after midnight, 00:00:00.000.

Summary

Types

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

Functions