Was this page helpful?
DseDateRangeBound¶
-
struct DseDateRangeBound¶
The lower bound, upper bound, or single value of a DseDateRange.
Public Functions
-
DseDateRangeBound dse_date_range_bound_init(DseDateRangePrecision precision, cass_int64_t time_ms)¶
Creates a new DseDateRangeBound with the given attributes.
- Parameters:
precision – [in]
time_ms –
- Returns:
A date range bound
-
DseDateRangeBound dse_date_range_bound_unbounded()¶
Creates a new DseDateRangeBound that represents an open bound.
- Returns:
A date range bound
-
cass_bool_t dse_date_range_bound_is_unbounded(DseDateRangeBound bound)¶
Checks if the given DseDateRangeBound is an unbound value.
- Parameters:
bound –
- Returns:
cass_true if the bound is actually unbounded.
-
DseDateRangeBound dse_date_range_bound_init(DseDateRangePrecision precision, cass_int64_t time_ms)¶