mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces | Macros
QueryGraph2SQL.hpp File Reference
#include <functional>
#include <mutable/IR/CNF.hpp>
#include <mutable/parse/AST.hpp>
Include dependency graph for QueryGraph2SQL.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  m::QueryGraph2SQL
 Translates a query graph in SQL. More...
 

Namespaces

namespace  m
 

‍mutable namespace


 

Macros

#define DECLARE(CLASS)   void operator()(Const<CLASS>&) override;
 

Macro Definition Documentation

◆ DECLARE

#define DECLARE (   CLASS)    void operator()(Const<CLASS>&) override;

Definition at line 46 of file QueryGraph2SQL.hpp.