View Source Avrogen.Avro.Types.Logical.LocalTimestampMicros (avrogen v0.7.1)

This type represents the local-timestamp-micros type according to the specification

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

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

Summary

Types

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

Functions