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

public class Date extends Object implements Schema.LogicalType<LocalDate,Long>
A date 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 LocalDate, and base type is a Long that represents a incrementing count of days where day 0 is 1970-01-01 (ISO).

See Also: