Package | Description |
---|---|
com.datastax.dse.driver.api.core.data.time |
Modifier and Type | Method and Description |
---|---|
static DateRangePrecision |
DateRangePrecision.fromEncoding(byte encoding) |
DateRangePrecision |
DateRangeBound.getPrecision()
Returns the precision of this bound.
|
static DateRangePrecision |
DateRangePrecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateRangePrecision[] |
DateRangePrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DateRangeBound |
DateRangeBound.lowerBound(ZonedDateTime timestamp,
DateRangePrecision precision)
Creates a date range lower bound from the given date and precision.
|
static DateRangeBound |
DateRangeBound.upperBound(ZonedDateTime timestamp,
DateRangePrecision precision)
Creates a date range upper bound from the given date and precision.
|
Copyright © 2017–2024. All rights reserved.