The lower bound, upper bound, or single value of a DseDateRange.

Attributes

Functions

DseDateRangeBound

dse_date_range_bound_init

( DseDateRangePrecision precision, cass_int64_t time_ms )

Creates a new DseDateRangeBound with the given attributes.

Parameters:
Name Type Details
in precision DseDateRangePrecision
in time_ms cass_int64_t
Returns:
Type Details
DseDateRangeBound

A date range bound

DseDateRangeBound

dse_date_range_bound_unbounded

( )

Creates a new DseDateRangeBound that represents an open bound.

Returns:
Type Details
DseDateRangeBound

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:
Name Type Details
in bound DseDateRangeBound
Returns:
Type Details
cass_bool_t

cass_true if the bound is actually unbounded.