java.lang.Object
org.apache.beam.sdk.schemas.logicaltypes.Time
All Implemented Interfaces:
Serializable, Schema.LogicalType<LocalTime,Long>

public class Time extends Object implements Schema.LogicalType<LocalTime,Long>
A time without a time-zone.

It cannot represent an instant on the time-line without additional information such as an offset or time-zone.

Its input type is a LocalTime, and base type is a Long that represents a count of time in nanoseconds.

See Also: