MySQL 8.3.0
Source Code Documentation
rewriter.h File Reference

Facade for the query rewriter. More...

#include "my_config.h"
#include <memory>
#include <string>
#include "map_helpers.h"
#include "my_inttypes.h"
#include "plugin/rewriter/rule.h"

Go to the source code of this file.

Classes

class  Rewriter
 Implementation of the post parse query rewriter. More...
 

Detailed Description

Facade for the query rewriter.

Provides the Rewriter class which performs all of the functionality. A query rewriter plugin needs only include this file.