struct DseDateRangeBound
The lower bound, upper bound, or single value of a DseDateRange.
Attributes
DseDateRangePrecision precision
cass_int64_t time_ms
Functions
DseDateRangeBound dse_date_range_bound_init
(DseDateRangePrecision precision, cass_int64_t time_ms )
Creates a new DseDateRangeBound with the given attributes.
DseDateRangeBound dse_date_range_bound_unbounded
( )Creates a new DseDateRangeBound that represents an open bound.
Checks if the given DseDateRangeBound is an unbound value.