Class Date
- java.lang.Object
-
- org.apache.flink.table.catalog.stats.Date
-
@PublicEvolving public class Date extends Object
Class representing a date value in statistics.
-
-
Constructor Summary
Constructors Constructor Description Date(long daysSinceEpoch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Datecopy()booleanequals(Object o)longgetDaysSinceEpoch()inthashCode()StringtoString()
-