ClickHouse/src/Parsers
2020-04-09 10:22:51 +03:00
..
tests
ASTAlterQuery.cpp
ASTAlterQuery.h
ASTAssignment.h
ASTAsterisk.cpp
ASTAsterisk.h
ASTCheckQuery.h
ASTColumnDeclaration.cpp
ASTColumnDeclaration.h
ASTColumnsMatcher.cpp
ASTColumnsMatcher.h
ASTConstraintDeclaration.cpp
ASTConstraintDeclaration.h
ASTCreateQuery.cpp
ASTCreateQuery.h
ASTCreateQuotaQuery.cpp Simplify DCL for creating quotas. 2020-04-09 10:22:51 +03:00
ASTCreateQuotaQuery.h Simplify DCL for creating quotas. 2020-04-09 10:22:51 +03:00
ASTCreateRoleQuery.cpp Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTCreateRoleQuery.h Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTCreateRowPolicyQuery.cpp Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTCreateRowPolicyQuery.h Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTCreateSettingsProfileQuery.cpp Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTCreateSettingsProfileQuery.h Use "CREATE SETTINGS PROFILE name SETTINGS INHERIT parent" instead of "CREATE SETTINGS PROFILE name SETTINGS PROFILE parent". 2020-04-09 10:22:51 +03:00
ASTCreateUserQuery.cpp Use "CREATE USER HOST REGEXP" instead of "CREATE USER HOST NAME REGEXP". 2020-04-09 10:22:51 +03:00
ASTCreateUserQuery.h Use "CREATE USER HOST REGEXP" instead of "CREATE USER HOST NAME REGEXP". 2020-04-09 10:22:51 +03:00
ASTDictionary.cpp
ASTDictionary.h
ASTDictionaryAttributeDeclaration.cpp
ASTDictionaryAttributeDeclaration.h
ASTDropAccessEntityQuery.cpp Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTDropAccessEntityQuery.h Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTDropQuery.cpp
ASTDropQuery.h
ASTEnumElement.h
ASTExplainQuery.h
ASTExpressionList.cpp
ASTExpressionList.h
ASTExtendedRoleSet.cpp Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTExtendedRoleSet.h Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTFunction.cpp
ASTFunction.h
ASTFunctionWithKeyValueArguments.cpp
ASTFunctionWithKeyValueArguments.h
ASTGrantQuery.cpp Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTGrantQuery.h Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ASTIdentifier.cpp
ASTIdentifier.h
ASTIndexDeclaration.h
ASTInsertQuery.cpp
ASTInsertQuery.h
ASTKillQueryQuery.cpp
ASTKillQueryQuery.h
ASTLiteral.cpp
ASTLiteral.h
ASTNameTypePair.h
ASTOptimizeQuery.cpp
ASTOptimizeQuery.h
ASTOrderByElement.cpp
ASTOrderByElement.h
ASTPartition.cpp
ASTPartition.h
ASTQualifiedAsterisk.cpp
ASTQualifiedAsterisk.h
ASTQueryParameter.cpp
ASTQueryParameter.h
ASTQueryWithOnCluster.cpp
ASTQueryWithOnCluster.h
ASTQueryWithOutput.cpp
ASTQueryWithOutput.h
ASTQueryWithTableAndOutput.cpp
ASTQueryWithTableAndOutput.h
ASTRenameQuery.h
ASTSampleRatio.cpp
ASTSampleRatio.h
ASTSelectQuery.cpp
ASTSelectQuery.h
ASTSelectWithUnionQuery.cpp
ASTSelectWithUnionQuery.h
ASTSetQuery.h
ASTSetRoleQuery.cpp
ASTSetRoleQuery.h
ASTSettingsProfileElement.cpp Use "CREATE SETTINGS PROFILE name SETTINGS INHERIT parent" instead of "CREATE SETTINGS PROFILE name SETTINGS PROFILE parent". 2020-04-09 10:22:51 +03:00
ASTSettingsProfileElement.h Use "CREATE SETTINGS PROFILE name SETTINGS INHERIT parent" instead of "CREATE SETTINGS PROFILE name SETTINGS PROFILE parent". 2020-04-09 10:22:51 +03:00
ASTShowCreateAccessEntityQuery.cpp
ASTShowCreateAccessEntityQuery.h
ASTShowGrantsQuery.cpp
ASTShowGrantsQuery.h
ASTShowProcesslistQuery.h
ASTShowQuotasQuery.cpp
ASTShowQuotasQuery.h
ASTShowRowPoliciesQuery.cpp
ASTShowRowPoliciesQuery.h
ASTShowTablesQuery.cpp
ASTShowTablesQuery.h
ASTSubquery.cpp
ASTSubquery.h
ASTSystemQuery.cpp
ASTSystemQuery.h
ASTTablesInSelectQuery.cpp
ASTTablesInSelectQuery.h
ASTTTLElement.cpp
ASTTTLElement.h
ASTUseQuery.h
ASTWatchQuery.h
ASTWithAlias.cpp
ASTWithAlias.h
CMakeLists.txt
CommonParsers.cpp
CommonParsers.h
DumpASTNode.h
ExpressionElementParsers.cpp
ExpressionElementParsers.h
ExpressionListParsers.cpp
ExpressionListParsers.h
formatAST.cpp
formatAST.h
IAST_fwd.h
IAST.cpp
IAST.h
IdentifierQuotingStyle.h
iostream_debug_helpers.cpp
iostream_debug_helpers.h
IParser.h Use "CREATE SETTINGS PROFILE name SETTINGS INHERIT parent" instead of "CREATE SETTINGS PROFILE name SETTINGS PROFILE parent". 2020-04-09 10:22:51 +03:00
IParserBase.cpp
IParserBase.h
Lexer.cpp
Lexer.h
makeASTForLogicalFunction.cpp PREWHERE can be used now by user without row filtering. 2020-04-09 10:22:51 +03:00
makeASTForLogicalFunction.h PREWHERE can be used now by user without row filtering. 2020-04-09 10:22:51 +03:00
parseDatabaseAndTableName.cpp
parseDatabaseAndTableName.h
parseIdentifierOrStringLiteral.cpp
parseIdentifierOrStringLiteral.h
parseIntervalKind.cpp
parseIntervalKind.h
parseQuery.cpp
parseQuery.h
ParserAlterQuery.cpp
ParserAlterQuery.h
ParserCase.cpp
ParserCase.h
ParserCheckQuery.cpp
ParserCheckQuery.h
ParserCreateQuery.cpp
ParserCreateQuery.h
ParserCreateQuotaQuery.cpp Parser can parse "ON CLUSTER" in other places of SQL commands too. 2020-04-09 10:22:51 +03:00
ParserCreateQuotaQuery.h Simplify DCL for creating quotas. 2020-04-09 10:22:51 +03:00
ParserCreateRoleQuery.cpp Parser can parse "ON CLUSTER" in other places of SQL commands too. 2020-04-09 10:22:51 +03:00
ParserCreateRoleQuery.h
ParserCreateRowPolicyQuery.cpp Parser can parse "ON CLUSTER" in other places of SQL commands too. 2020-04-09 10:22:51 +03:00
ParserCreateRowPolicyQuery.h
ParserCreateSettingsProfileQuery.cpp Parser can parse "ON CLUSTER" in other places of SQL commands too. 2020-04-09 10:22:51 +03:00
ParserCreateSettingsProfileQuery.h Use "CREATE SETTINGS PROFILE name SETTINGS INHERIT parent" instead of "CREATE SETTINGS PROFILE name SETTINGS PROFILE parent". 2020-04-09 10:22:51 +03:00
ParserCreateUserQuery.cpp Use "CREATE USER HOST REGEXP" instead of "CREATE USER HOST NAME REGEXP". 2020-04-09 10:22:51 +03:00
ParserCreateUserQuery.h Use "CREATE USER HOST REGEXP" instead of "CREATE USER HOST NAME REGEXP". 2020-04-09 10:22:51 +03:00
ParserDescribeTableQuery.cpp
ParserDescribeTableQuery.h
ParserDictionary.cpp Clang-tidy fix 2020-04-06 17:43:36 +03:00
ParserDictionary.h
ParserDictionaryAttributeDeclaration.cpp
ParserDictionaryAttributeDeclaration.h
ParserDropAccessEntityQuery.cpp Implement "ON CLUSTER" clause for access control SQL. 2020-04-07 23:31:59 +03:00
ParserDropAccessEntityQuery.h
ParserDropQuery.cpp
ParserDropQuery.h
ParserExtendedRoleSet.cpp
ParserExtendedRoleSet.h
ParserGrantQuery.cpp Parser can parse "ON CLUSTER" in other places of SQL commands too. 2020-04-09 10:22:51 +03:00
ParserGrantQuery.h
ParserInsertQuery.cpp
ParserInsertQuery.h
ParserKillQueryQuery.cpp
ParserKillQueryQuery.h
ParserOptimizeQuery.cpp
ParserOptimizeQuery.h
ParserPartition.cpp
ParserPartition.h
ParserQuery.cpp
ParserQuery.h
ParserQueryWithOutput.cpp
ParserQueryWithOutput.h
ParserRenameQuery.cpp
ParserRenameQuery.h
ParserSampleRatio.cpp
ParserSampleRatio.h
ParserSelectQuery.cpp
ParserSelectQuery.h
ParserSelectWithUnionQuery.cpp
ParserSelectWithUnionQuery.h
ParserSetQuery.cpp
ParserSetQuery.h
ParserSetRoleQuery.cpp
ParserSetRoleQuery.h
ParserSettingsProfileElement.cpp Use "CREATE SETTINGS PROFILE name SETTINGS INHERIT parent" instead of "CREATE SETTINGS PROFILE name SETTINGS PROFILE parent". 2020-04-09 10:22:51 +03:00
ParserSettingsProfileElement.h Use "CREATE SETTINGS PROFILE name SETTINGS INHERIT parent" instead of "CREATE SETTINGS PROFILE name SETTINGS PROFILE parent". 2020-04-09 10:22:51 +03:00
ParserShowCreateAccessEntityQuery.cpp
ParserShowCreateAccessEntityQuery.h
ParserShowGrantsQuery.cpp
ParserShowGrantsQuery.h
ParserShowProcesslistQuery.h
ParserShowQuotasQuery.cpp
ParserShowQuotasQuery.h
ParserShowRowPoliciesQuery.cpp
ParserShowRowPoliciesQuery.h
ParserShowTablesQuery.cpp
ParserShowTablesQuery.h
ParserSystemQuery.cpp
ParserSystemQuery.h
ParserTablePropertiesQuery.cpp
ParserTablePropertiesQuery.h
ParserTablesInSelectQuery.cpp
ParserTablesInSelectQuery.h
ParserUnionQueryElement.cpp
ParserUnionQueryElement.h
ParserUseQuery.cpp
ParserUseQuery.h
ParserWatchQuery.cpp
ParserWatchQuery.h
parseUserName.cpp Avoid writing "HOST ANY" if the host is any by default. 2020-04-07 23:31:59 +03:00
parseUserName.h Avoid writing "HOST ANY" if the host is any by default. 2020-04-07 23:31:59 +03:00
queryToString.cpp
queryToString.h
StringRange.h
TablePropertiesQueriesASTs.h
TokenIterator.cpp
TokenIterator.h