MySQL 9.6.0
Source Code Documentation
base_volume.h File Reference

Experimental API header. More...

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::sets
 

Functions

template<class Result_t = double, Is_set Set1_t, Is_set Set2_t>
requires Is_compatible_set<Set1_t, Set2_t>
Result_t mysql::sets::volume_difference (const Set1_t &set1, const Set2_t &set2)
 Return the volume of the first set minus the volume of the second set. More...
 

Detailed Description

Experimental API header.