MySQL 9.1.0
Source Code Documentation
|
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... | |
Facade for the query rewriter.
Provides the Rewriter class which performs all of the functionality. A query rewriter plugin needs only include this file.