Package | Description |
---|---|
com.datastax.driver.dse.search |
Modifier and Type | Method and Description |
---|---|
DateRange.DateRangeBound.Precision |
DateRange.DateRangeBound.getPrecision()
Returns the precision of this bound.
|
static DateRange.DateRangeBound.Precision |
DateRange.DateRangeBound.Precision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateRange.DateRangeBound.Precision[] |
DateRange.DateRangeBound.Precision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.upperBound(Date timestamp,
DateRange.DateRangeBound.Precision precision)
Creates a date range upper bound from the given
Date and DateRange.DateRangeBound.Precision . |
Copyright © 2012–2018. All rights reserved.