Package | Description |
---|---|
com.datastax.driver.dse.search |
Modifier and Type | Field and Description |
---|---|
static DateRange.DateRangeBound |
DateRange.DateRangeBound.UNBOUNDED
The unbounded
DateRange.DateRangeBound instance. |
Modifier and Type | Method and Description |
---|---|
DateRange.DateRangeBound |
DateRange.getLowerBound()
Returns the lower
bound of this range (inclusive). |
DateRange.DateRangeBound |
DateRange.getUpperBound()
Returns the upper
bound of this range (inclusive). |
static DateRange.DateRangeBound |
DateRange.DateRangeBound.lowerBound(Date timestamp,
DateRange.DateRangeBound.Precision precision)
Creates a date range lower bound from the given
Date and DateRange.DateRangeBound.Precision . |
static DateRange.DateRangeBound |
DateRange.DateRangeBound.parseLowerBound(String lowerBound)
Parses the given input as a lower date range bound.
|
static DateRange.DateRangeBound |
DateRange.DateRangeBound.parseUpperBound(String upperBound)
Parses the given input as an upper date range bound.
|
static DateRange.DateRangeBound |
DateRange.DateRangeBound.upperBound(Date timestamp,
DateRange.DateRangeBound.Precision precision)
Creates a date range upper bound from the given
Date and DateRange.DateRangeBound.Precision . |
Constructor and Description |
---|
DateRange(DateRange.DateRangeBound singleBound)
Creates a "single bounded"
DateRange instance, i.e., a date range whose upper and lower
bounds are identical. |
DateRange(DateRange.DateRangeBound lowerBound,
DateRange.DateRangeBound upperBound)
|
Copyright © 2012–2019. All rights reserved.