![]() |
mutable
A Database System for Research and Fast Prototyping
|
Abstract base class of all matchable patterns. More...
#include <PhysicalOptimizer.hpp>
Public Member Functions | |
virtual | ~pattern_matcher_base () |
virtual void | matches (PhysicalOptimizer &opt, const Operator &op) const =0 |
Abstract base class of all matchable patterns.
Definition at line 241 of file PhysicalOptimizer.hpp.
|
inlinevirtual |
Definition at line 243 of file PhysicalOptimizer.hpp.
|
pure virtual |
Implemented in m::pattern_matcher_impl< PhysOp, PhysOpt >.