mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m::logical_operator Concept Reference

#include <PhysicalOptimizer.hpp>

Concept definition

template<typename T>
concept m::logical_operator = std::is_base_of_v<Operator, T>

Detailed Description

Definition at line 27 of file PhysicalOptimizer.hpp.