![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <utility>#include "mysql/sets/binary_operation.h"#include "mysql/sets/meta.h"#include "mysql/utils/is_same_object.h"Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::sets |
| namespace | mysql::sets::detail |
Functions | |
| template<Binary_operation operation, class Target_t , class Source_t > | |
| bool | mysql::sets::detail::handle_inplace_op_trivial_cases (Target_t &target, Source_t &&source) |
| Handle the trivial cases of inplace union/intersection/subtraction where either both operands refer to the same set or one is empty. More... | |
Experimental API header.