Move to Interpreters

This commit is contained in:
kssenii 2021-12-17 22:19:10 +03:00
parent dd902b6875
commit e6ebb55c4e
4 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include <Parsers/MySQL/ASTDeclareIndex.h> #include <Parsers/MySQL/ASTDeclareIndex.h>
#include <Common/quoteString.h> #include <Common/quoteString.h>
#include <Common/assert_cast.h> #include <Common/assert_cast.h>
#include <Common/getTableOverride.h> #include <Interpreters/getTableOverride.h>
#include <Interpreters/Context.h> #include <Interpreters/Context.h>
#include <Interpreters/InterpreterCreateQuery.h> #include <Interpreters/InterpreterCreateQuery.h>
#include <Interpreters/ExpressionAnalyzer.h> #include <Interpreters/ExpressionAnalyzer.h>

View File

@ -1,12 +1,12 @@
#include "PostgreSQLReplicationHandler.h" #include "PostgreSQLReplicationHandler.h"
#include <Common/setThreadName.h> #include <Common/setThreadName.h>
#include <Common/getTableOverride.h>
#include <Parsers/ASTTableOverrides.h> #include <Parsers/ASTTableOverrides.h>
#include <Processors/Transforms/PostgreSQLSource.h> #include <Processors/Transforms/PostgreSQLSource.h>
#include <Processors/Executors/CompletedPipelineExecutor.h> #include <Processors/Executors/CompletedPipelineExecutor.h>
#include <Databases/PostgreSQL/fetchPostgreSQLTableStructure.h> #include <Databases/PostgreSQL/fetchPostgreSQLTableStructure.h>
#include <Storages/PostgreSQL/StorageMaterializedPostgreSQL.h> #include <Storages/PostgreSQL/StorageMaterializedPostgreSQL.h>
#include <Interpreters/getTableOverride.h>
#include <Interpreters/InterpreterDropQuery.h> #include <Interpreters/InterpreterDropQuery.h>
#include <Interpreters/InterpreterInsertQuery.h> #include <Interpreters/InterpreterInsertQuery.h>
#include <Interpreters/InterpreterRenameQuery.h> #include <Interpreters/InterpreterRenameQuery.h>