Move InDepthNodeVisitor.h back to src/Interpreters.

This commit is contained in:
Vitaly Baranov 2022-11-17 17:53:36 +01:00
parent 6e0762f1fa
commit 050df6ac7f
56 changed files with 55 additions and 55 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <memory>

View File

@ -1,7 +1,7 @@
#pragma once
#include <Core/QualifiedTableName.h>
#include <Parsers/IAST_fwd.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -1,7 +1,7 @@
#include <Databases/DDLRenamingVisitor.h>
#include <Dictionaries/getDictionaryConfigurationFromAST.h>
#include <Interpreters/DatabaseCatalog.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/evaluateConstantExpression.h>
#include <Interpreters/Context.h>
#include <Common/isLocalAddress.h>

View File

@ -2,7 +2,7 @@
#include <Core/Types.h>
#include <Core/QualifiedTableName.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <memory>
#include <unordered_map>

View File

@ -1,7 +1,7 @@
#pragma once
#include <Interpreters/Aliases.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -3,7 +3,7 @@
#include <string_view>
#include <Core/NamesAndTypes.h>
#include <Interpreters/Context_fwd.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/PreparedSets.h>
#include <Parsers/IAST.h>
#include <Core/ColumnNumbers.h>

View File

@ -2,7 +2,7 @@
#include <Functions/FunctionFactory.h>
#include <IO/WriteHelpers.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/ASTSetQuery.h>
#include <Parsers/ASTTablesInSelectQuery.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include <Parsers/IAST.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -9,7 +9,7 @@
#include <Parsers/ASTIdentifier.h>
#include <DataTypes/NestedUtils.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/IdentifierSemantic.h>
#include <Interpreters/Aliases.h>

View File

@ -2,7 +2,7 @@
#include <Core/Names.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/DatabaseAndTableWithAlias.h>
#include <Interpreters/Aliases.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include <Core/Names.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Storages/ColumnsDescription.h>
namespace DB

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/IAST_fwd.h>
namespace DB

View File

@ -4,7 +4,7 @@
#include <unordered_map>
#include <unordered_set>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/IAST_fwd.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/Aliases.h>
namespace DB

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/IAST.h>

View File

@ -2,7 +2,7 @@
#include <Core/Block.h>
#include <Interpreters/Context_fwd.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Common/typeid_cast.h>
namespace DB

View File

@ -2,7 +2,7 @@
#include <Interpreters/Context_fwd.h>
#include <Interpreters/DatabaseAndTableWithAlias.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/IAST_fwd.h>
namespace DB

View File

@ -2,7 +2,7 @@
#include <DataTypes/Serializations/ISerialization.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/ASTIdentifier.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/IAST_fwd.h>
namespace DB

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <AggregateFunctions/AggregateFunctionFactory.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/ASTSelectQuery.h>

View File

@ -6,7 +6,7 @@
#include <IO/WriteHelpers.h>
#include <Interpreters/Context.h>
#include <Interpreters/IdentifierSemantic.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/interpretSubquery.h>
#include <Interpreters/PreparedSets.h>
#include <Parsers/ASTFunction.h>

View File

@ -2,7 +2,7 @@
#include <Functions/FunctionFactory.h>
#include <IO/WriteHelpers.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/ASTSetQuery.h>
#include <Parsers/ASTTablesInSelectQuery.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include <Parsers/IAST.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -2,7 +2,7 @@
#include <Interpreters/Aliases.h>
#include <Interpreters/DatabaseAndTableWithAlias.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/QueryAliasesVisitor.h>
#include <Interpreters/getHeaderForProcessingStage.h>
#include <Interpreters/getTableExpressions.h>

View File

@ -2,7 +2,7 @@
#include <Interpreters/Context.h>
#include <Interpreters/DatabaseAndTableWithAlias.h>
#include <Interpreters/IdentifierSemantic.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Storages/StorageDistributed.h>
#include <Parsers/ASTIdentifier.h>
#include <Parsers/ASTSelectQuery.h>

View File

@ -4,7 +4,7 @@
#include <QueryPipeline/QueryPipelineBuilder.h>
#include <Processors/Sources/SourceFromSingleChunk.h>
#include <DataTypes/DataTypeString.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/InterpreterSelectWithUnionQuery.h>
#include <Interpreters/InterpreterSelectQuery.h>
#include <Interpreters/InterpreterSelectQueryAnalyzer.h>

View File

@ -21,7 +21,7 @@
#include <QueryPipeline/QueryPipelineBuilder.h>
#include <Common/typeid_cast.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <algorithm>

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/DatabaseAndTableWithAlias.h>
#include <Interpreters/Aliases.h>

View File

@ -3,7 +3,7 @@
#include <Core/SettingsEnums.h>
#include <Interpreters/IdentifierSemantic.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/InJoinSubqueriesPreprocessor.h>
#include <Interpreters/TableJoin.h>
#include <Interpreters/getTableExpressions.h>

View File

@ -2,7 +2,7 @@
#include <Parsers/IAST.h>
#include <Interpreters/Aliases.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -4,7 +4,7 @@
#include <DataTypes/DataTypeFactory.h>
#include <Functions/FunctionFactory.h>
#include <IO/WriteHelpers.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/IdentifierSemantic.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/ASTIdentifier.h>

View File

@ -1,6 +1,6 @@
#include <Functions/FunctionFactory.h>
#include <Functions/IFunction.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/InterpreterSelectQuery.h>
#include <Interpreters/MutationsInterpreter.h>
#include <Interpreters/TreeRewriter.h>

View File

@ -2,7 +2,7 @@
#include <unordered_set>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/IAST_fwd.h>
#include <Core/Settings.h>

View File

@ -2,7 +2,7 @@
#include <Parsers/IAST.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/Cluster.h>
namespace DB

View File

@ -2,7 +2,7 @@
#include <Interpreters/Context_fwd.h>
#include <Interpreters/DatabaseAndTableWithAlias.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/IAST_fwd.h>
namespace DB

View File

@ -1,7 +1,7 @@
#pragma once
#include <Interpreters/Aliases.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/ASTOrderByElement.h>
#include <Parsers/ASTExpressionList.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include <Interpreters/Context_fwd.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/IAST.h>
namespace DB

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -1,7 +1,7 @@
#pragma once
#include <Interpreters/RequiredSourceColumnsData.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -3,7 +3,7 @@
#include <unordered_set>
#include <Parsers/IAST.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -1,7 +1,7 @@
#pragma once
#include <Parsers/IAST.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include "Interpreters/TreeRewriter.h"
namespace DB

View File

@ -1,6 +1,6 @@
#pragma once
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Storages/StorageInMemoryMetadata.h>
namespace DB

View File

@ -1,7 +1,7 @@
#pragma once
#include <Parsers/IAST.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -3,7 +3,7 @@
#include <unordered_set>
#include <Parsers/IAST.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -3,7 +3,7 @@
#include <unordered_set>
#include <Parsers/IAST.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Parsers/ASTSelectIntersectExceptQuery.h>
#include <Core/SettingsEnums.h>

View File

@ -7,7 +7,7 @@
#include <Storages/StorageInMemoryMetadata.h>
#include <Parsers/ASTSelectQuery.h>
#include <Poco/Logger.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Storages/IStorage.h>

View File

@ -4,7 +4,7 @@
#include <DataTypes/IDataType.h>
#include <DataTypes/DataTypeFactory.h>
#include <IO/WriteBufferFromString.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/RequiredSourceColumnsVisitor.h>
#include <Parsers/ASTColumnDeclaration.h>
#include <Parsers/ASTCreateQuery.h>

View File

@ -4,7 +4,7 @@
#include <Core/Names.h>
#include <Interpreters/DatabaseAndTableWithAlias.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -1,7 +1,7 @@
#pragma once
#include <Parsers/IAST.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -1,7 +1,7 @@
#pragma once
#include <Parsers/IAST.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
namespace DB
{

View File

@ -4,7 +4,7 @@
#include <Functions/IFunction.h>
#include <Interpreters/ExpressionAnalyzer.h>
#include <Interpreters/TreeRewriter.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/addTypeConversionToAST.h>
#include <Parsers/ASTFunction.h>
#include <Parsers/ASTTTLElement.h>

View File

@ -9,7 +9,7 @@
#include <Interpreters/addMissingDefaults.h>
#include <Interpreters/AddDefaultDatabaseVisitor.h>
#include <Interpreters/Context.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/InterpreterAlterQuery.h>
#include <Interpreters/InterpreterCreateQuery.h>
#include <Interpreters/InterpreterInsertQuery.h>

View File

@ -8,7 +8,7 @@
#include <Parsers/ASTSelectQuery.h>
#include <Parsers/ASTExpressionList.h>
#include <Interpreters/TreeRewriter.h>
#include <Parsers/InDepthNodeVisitor.h>
#include <Interpreters/InDepthNodeVisitor.h>
#include <Interpreters/Context.h>
#include <IO/WriteBufferFromString.h>
#include <Storages/transformQueryForExternalDatabase.h>