Uses of Class
org.apache.calcite.avatica.util.TimeUnit
-
Packages that use TimeUnit Package Description org.apache.calcite.avatica.util Avatica utilities. -
-
Uses of TimeUnit in org.apache.calcite.avatica.util
Fields in org.apache.calcite.avatica.util declared as TimeUnit Modifier and Type Field Description private static TimeUnit[]TimeUnit. CACHED_VALUESTimeUnitTimeUnitRange. endUnitTimeUnitTimeUnitRange. startUnitFields in org.apache.calcite.avatica.util with type parameters of type TimeUnit Modifier and Type Field Description private static java.util.Map<TimeUnitRange.Pair<TimeUnit>,TimeUnitRange>TimeUnitRange. MAPMethods in org.apache.calcite.avatica.util that return TimeUnit Modifier and Type Method Description static TimeUnitTimeUnit. getValue(int ordinal)Returns the TimeUnit associated with an ordinal.static TimeUnitTimeUnit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimeUnit[]TimeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.calcite.avatica.util that return types with arguments of type TimeUnit Modifier and Type Method Description private static java.util.Map<TimeUnitRange.Pair<TimeUnit>,TimeUnitRange>TimeUnitRange. createMap()Methods in org.apache.calcite.avatica.util with parameters of type TimeUnit Modifier and Type Method Description static TimeUnitRangeTimeUnitRange. of(TimeUnit startUnit, TimeUnit endUnit)Returns aTimeUnitRangewith a given start and end unit.Constructors in org.apache.calcite.avatica.util with parameters of type TimeUnit Constructor Description TimeUnitRange(TimeUnit startUnit, TimeUnit endUnit)Creates a TimeUnitRange.
-