MySQL 9.6.0
Source Code Documentation
mysql::sets::Base_set_traits Struct Reference

Base class for all Set_traits classes. More...

#include <set_traits.h>

Inheritance diagram for mysql::sets::Base_set_traits:
[legend]

Detailed Description

Base class for all Set_traits classes.

Set traits are used to determine if sets (of the same category) are compatible. For example, if two set classes have the same category and traits, it is allowed to compute the union of them (using the algorithm for "union" determined by their category tag).


The documentation for this struct was generated from the following file: