MySQL 9.6.0
Source Code Documentation
interval_predicates.h File Reference

Experimental API header. More...

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::sets
 

Functions

template<Is_bounded_set_traits Set_traits_t>
constexpr bool mysql::sets::contains_element (const Interval< Set_traits_t > &interval, const typename Set_traits_t::Element_t &element)
 Return true if the element is contained in the Interval. More...
 
template<Is_bounded_set_traits Set_traits_t>
constexpr bool mysql::sets::is_subset (const Interval< Set_traits_t > &interval1, const Interval< Set_traits_t > &interval2)
 Return true if the left Interval is a subset of or equal to the right Interval. More...
 
template<Is_bounded_set_traits Set_traits_t>
constexpr bool mysql::sets::is_intersecting (const Interval< Set_traits_t > &interval1, const Interval< Set_traits_t > &interval2)
 Return true if the two Interval objects intersect (overlap). More...
 

Detailed Description

Experimental API header.