ClickHouse/src/Parsers
2022-02-24 07:30:40 +03:00
..
Access Ignore obsolete grants in ATTACH GRANT statements. 2022-02-24 07:30:40 +03:00
examples Rename "common" to "base" 2021-10-02 10:13:14 +03:00
fuzzers Remove unbundled libprotobuf-mutator support 2022-01-20 08:47:16 +03:00
MySQL Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
tests Remove the possibility of adding columns with table overrides 2021-12-22 08:20:14 +01:00
ASTAlterQuery.cpp Print alter command names in EXPLAIN AST 2022-01-10 10:08:41 +01:00
ASTAlterQuery.h Merge pull request #33294 from ClickHouse/query-kind-concurent_restriction 2022-01-11 11:23:18 +03:00
ASTAssignment.h
ASTAsterisk.cpp use WriteBuffer in formatAST(...) 2020-11-09 19:05:40 +03:00
ASTAsterisk.h
ASTBackupQuery.cpp New syntax for BACKUP/RESTORE: set backup engine explicitly. 2021-11-09 23:16:40 +03:00
ASTBackupQuery.h New syntax for BACKUP/RESTORE: set backup engine explicitly. 2021-11-09 23:16:40 +03:00
ASTCheckQuery.h Better 2021-11-11 13:28:18 +00:00
ASTColumnDeclaration.cpp
ASTColumnDeclaration.h
ASTColumnsMatcher.cpp
ASTColumnsMatcher.h
ASTColumnsTransformers.cpp
ASTColumnsTransformers.h
ASTConstraintDeclaration.cpp
ASTConstraintDeclaration.h minor fixes in constraints 2021-11-17 18:43:02 +03:00
ASTCreateFunctionQuery.cpp support explain create function query 2022-01-20 16:23:52 +08:00
ASTCreateFunctionQuery.h support explain create function query 2022-01-20 16:23:52 +08:00
ASTCreateQuery.cpp ASTCreateQuery: Remove usused tables member 2022-02-15 12:51:17 +01:00
ASTCreateQuery.h ASTCreateQuery: Remove usused tables member 2022-02-15 12:51:17 +01:00
ASTDatabaseOrNone.cpp
ASTDatabaseOrNone.h
ASTDictionary.cpp
ASTDictionary.h Reduce dependencies on ASTLiteral.h 2021-11-26 17:54:57 +01:00
ASTDictionaryAttributeDeclaration.cpp
ASTDictionaryAttributeDeclaration.h
ASTDropFunctionQuery.cpp SQLUserDefinedFunctions support ON CLUSTER 2021-10-27 11:28:21 +03:00
ASTDropFunctionQuery.h SQLUserDefinedFunctions support ON CLUSTER 2021-10-27 11:28:21 +03:00
ASTDropQuery.cpp Better 2021-11-11 13:28:18 +00:00
ASTDropQuery.h Get rid of IAST::getQueryKindString 2021-12-30 12:55:50 +03:00
ASTExplainQuery.h Implement EXPLAIN TABLE OVERRIDE for pre-validating overrides. 2021-12-30 09:02:27 +01:00
ASTExpressionList.cpp Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
ASTExpressionList.h
ASTExternalDDLQuery.h Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
ASTFunction.cpp fix conversion function to literal 2022-01-24 15:28:15 +03:00
ASTFunction.h Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
ASTFunctionWithKeyValueArguments.cpp
ASTFunctionWithKeyValueArguments.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ASTHelpers.h Review fixes 2021-10-23 18:20:31 +03:00
ASTIdentifier_fwd.h Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ASTIdentifier.cpp Apply suggestions from code review 2021-11-15 17:57:26 +00:00
ASTIdentifier.h Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ASTIndexDeclaration.cpp
ASTIndexDeclaration.h
ASTInsertQuery.cpp Fix parsing queries with FROM INFILE statement again 2022-01-12 12:59:40 +03:00
ASTInsertQuery.h Get rid of IAST::getQueryKindString 2021-12-30 12:55:50 +03:00
ASTKillQueryQuery.cpp Rewrite part movement between shards logic and add kill support 2021-09-17 18:11:32 +01:00
ASTKillQueryQuery.h Rewrite part movement between shards logic and add kill support 2021-09-17 18:11:32 +01:00
ASTLiteral.cpp
ASTLiteral.h Reduce memory usage for parsing collections (by using move ctor) 2022-01-15 21:13:05 +03:00
ASTNameTypePair.cpp
ASTNameTypePair.h
ASTOptimizeQuery.cpp Better 2021-11-11 13:28:18 +00:00
ASTOptimizeQuery.h Add support for table and database query parameters 2021-09-07 01:19:02 +03:00
ASTOrderByElement.cpp
ASTOrderByElement.h
ASTPartition.cpp
ASTPartition.h try parse partition key value from partition_id 2021-11-27 15:07:08 +03:00
ASTProjectionDeclaration.cpp Better projection format and test fixes 2022-02-07 10:47:11 +08:00
ASTProjectionDeclaration.h Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
ASTProjectionSelectQuery.cpp Better projection format and test fixes 2022-02-07 10:47:11 +08:00
ASTProjectionSelectQuery.h
ASTQualifiedAsterisk.cpp
ASTQualifiedAsterisk.h
ASTQueryParameter.cpp
ASTQueryParameter.h
ASTQueryWithOnCluster.cpp
ASTQueryWithOnCluster.h Better 2021-11-11 13:28:18 +00:00
ASTQueryWithOutput.cpp
ASTQueryWithOutput.h
ASTQueryWithTableAndOutput.cpp Better 2021-11-11 13:28:18 +00:00
ASTQueryWithTableAndOutput.h Fix tests 2021-10-21 15:53:02 +03:00
ASTRenameQuery.h Get rid of IAST::getQueryKindString 2021-12-30 12:55:50 +03:00
ASTSampleRatio.cpp
ASTSampleRatio.h
ASTSelectIntersectExceptQuery.cpp Better 2021-11-09 12:06:43 +00:00
ASTSelectIntersectExceptQuery.h Get rid of IAST::getQueryKindString 2021-12-30 12:55:50 +03:00
ASTSelectQuery.cpp Fix readability issues 2022-01-26 17:36:45 +01:00
ASTSelectQuery.h Get rid of IAST::getQueryKindString 2021-12-30 12:55:50 +03:00
ASTSelectWithUnionQuery.cpp Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
ASTSelectWithUnionQuery.h Get rid of IAST::getQueryKindString 2021-12-30 12:55:50 +03:00
ASTSetQuery.cpp
ASTSetQuery.h
ASTShowProcesslistQuery.h
ASTShowTablesQuery.cpp
ASTShowTablesQuery.h
ASTSubquery.cpp
ASTSubquery.h
ASTSystemQuery.cpp Fix system queries RELOAD MODEL, RELOAD FUNCTION, RESTART DISK on cluster 2022-02-17 19:41:41 +00:00
ASTSystemQuery.h Get rid of IAST::getQueryKindString 2021-12-30 12:55:50 +03:00
ASTTableOverrides.cpp Implement EXPLAIN TABLE OVERRIDE for pre-validating overrides. 2021-12-30 09:02:27 +01:00
ASTTableOverrides.h Implement EXPLAIN TABLE OVERRIDE for pre-validating overrides. 2021-12-30 09:02:27 +01:00
ASTTablesInSelectQuery.cpp Fix indentation in ARRAY JOIN formatting 2022-02-14 15:58:58 +03:00
ASTTablesInSelectQuery.h Merge pull request #23881 from darkkeks/fix-cross-to-inline-join-error-condition 2021-10-07 11:09:36 +03:00
ASTTTLElement.cpp support TTL TO [DISK|VOLUME] [IF EXISTS] 2022-02-10 19:26:23 +03:00
ASTTTLElement.h support TTL TO [DISK|VOLUME] [IF EXISTS] 2022-02-10 19:26:23 +03:00
ASTUseQuery.h
ASTWatchQuery.h Better 2021-11-11 13:28:18 +00:00
ASTWindowDefinition.cpp Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
ASTWindowDefinition.h
ASTWithAlias.cpp
ASTWithAlias.h
ASTWithElement.cpp
ASTWithElement.h
CMakeLists.txt Build improvement 2022-01-17 22:36:27 +08:00
CommonParsers.cpp Another try 2022-01-09 08:12:34 +03:00
CommonParsers.h Reduce IParser.h dependencies and dependents 2021-11-26 17:19:47 +01:00
DumpASTNode.h Use fmt::runtime() for LOG_* for non constexpr 2022-02-01 14:30:03 +03:00
ExpressionElementParsers.cpp support TTL TO [DISK|VOLUME] [IF EXISTS] 2022-02-10 19:26:23 +03:00
ExpressionElementParsers.h Simplification 2022-01-07 08:34:33 +03:00
ExpressionListParsers.cpp Add composability to casting and index operators 2022-02-01 15:56:03 +00:00
ExpressionListParsers.h Add composability to casting and index operators 2022-02-01 15:56:03 +00:00
formatAST.cpp
formatAST.h
formatSettingName.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
formatSettingName.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
getInsertQuery.cpp
getInsertQuery.h
IAST_fwd.h
IAST.cpp Add ability to reset any type of AST 2021-11-26 10:05:20 +03:00
IAST.h IAST QueryKind style fix 2022-01-11 12:31:26 +03:00
IdentifierQuotingStyle.h
InsertQuerySettingsPushDownVisitor.cpp
InsertQuerySettingsPushDownVisitor.h
iostream_debug_helpers.cpp
iostream_debug_helpers.h
IParser.h One step backwards 2022-01-09 10:42:06 +03:00
IParserBase.cpp One step backwards 2022-01-09 10:42:06 +03:00
IParserBase.h Another try 2022-01-09 08:12:34 +03:00
Lexer.cpp adding # as a recognized start of single line comment 2022-02-01 09:40:17 -08:00
Lexer.h Combining our lexer with replxx 2022-01-30 19:48:33 +08:00
makeASTForLogicalFunction.cpp
makeASTForLogicalFunction.h
obfuscateQueries.cpp added EPHEMERAL default for column (preliminary) 2022-02-07 23:21:10 +00:00
obfuscateQueries.h Fix comment 2020-09-26 03:50:56 +03:00
parseDatabaseAndTableName.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
parseDatabaseAndTableName.h Minor refactor 2021-11-16 08:58:28 +00:00
parseIdentifierOrStringLiteral.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
parseIdentifierOrStringLiteral.h Reduce IParser.h dependencies and dependents 2021-11-26 17:19:47 +01:00
parseIntervalKind.cpp
parseIntervalKind.h
parseQuery.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
parseQuery.h Reduce dependencies on IParser.h 2021-11-26 17:04:21 +01:00
ParserAlterQuery.cpp Merge pull request #31095 from amosbird/addprojection 2021-12-03 12:07:07 +03:00
ParserAlterQuery.h Implemented modifying table comments with ALTER TABLE t MODIFY COMMENT 'value' 2021-09-23 01:14:00 +03:00
ParserBackupQuery.cpp Reduce dependencies on ASTLiteral.h 2021-11-26 17:54:57 +01:00
ParserBackupQuery.h New syntax for BACKUP/RESTORE: set backup engine explicitly. 2021-11-09 23:16:40 +03:00
ParserCase.cpp
ParserCase.h
ParserCheckQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserCheckQuery.h
ParserCreateFunctionQuery.cpp support explain create function query 2022-01-20 16:23:52 +08:00
ParserCreateFunctionQuery.h
ParserCreateQuery.cpp fixes 2022-02-10 23:35:03 +03:00
ParserCreateQuery.h Merge branch 'master' into ephemeral-column 2022-02-15 10:03:34 +00:00
ParserDatabaseOrNone.cpp
ParserDatabaseOrNone.h
ParserDataType.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserDataType.h
ParserDescribeTableQuery.cpp
ParserDescribeTableQuery.h
ParserDictionary.cpp Dictionary PRIMARY KEY parsing fix 2022-01-29 15:50:10 +00:00
ParserDictionary.h Reduce dependencies on IParser.h 2021-11-26 17:04:21 +01:00
ParserDictionaryAttributeDeclaration.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserDictionaryAttributeDeclaration.h Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserDropFunctionQuery.cpp SQLUserDefinedFunctions support ON CLUSTER 2021-10-27 11:28:21 +03:00
ParserDropFunctionQuery.h
ParserDropQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserDropQuery.h
ParserExplainQuery.cpp Implement EXPLAIN TABLE OVERRIDE for pre-validating overrides. 2021-12-30 09:02:27 +01:00
ParserExplainQuery.h
ParserExternalDDLQuery.cpp Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
ParserExternalDDLQuery.h
ParserInsertQuery.cpp Fix parsing query INSERT INTO ... VALUES SETTINGS ... (...), ... 2022-01-19 14:22:32 +03:00
ParserInsertQuery.h
ParserKillQueryQuery.cpp Rewrite part movement between shards logic and add kill support 2021-09-17 18:11:32 +01:00
ParserKillQueryQuery.h
ParserOptimizeQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserOptimizeQuery.h
ParserPartition.cpp try parse partition key value from partition_id 2021-11-27 15:07:08 +03:00
ParserPartition.h
ParserProjectionSelectQuery.cpp Better projection format and test fixes 2022-02-07 10:47:11 +08:00
ParserProjectionSelectQuery.h
ParserQuery.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserQuery.h
ParserQueryWithOutput.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserQueryWithOutput.h
ParserRenameQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserRenameQuery.h
ParserSampleRatio.cpp
ParserSampleRatio.h
ParserSelectQuery.cpp Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
ParserSelectQuery.h
ParserSelectWithUnionQuery.cpp
ParserSelectWithUnionQuery.h
ParserSetQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserSetQuery.h
ParserShowProcesslistQuery.h
ParserShowTablesQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserShowTablesQuery.h
ParserSystemQuery.cpp Fix system queries RELOAD MODEL, RELOAD FUNCTION, RESTART DISK on cluster 2022-02-17 19:41:41 +00:00
ParserSystemQuery.h
ParserTablePropertiesQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserTablePropertiesQuery.h
ParserTablesInSelectQuery.cpp Merge branch 'master' into ast-table-identifier-2 2021-04-09 17:56:15 +03:00
ParserTablesInSelectQuery.h
ParserUnionQueryElement.cpp
ParserUnionQueryElement.h
ParserUseQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserUseQuery.h
ParserWatchQuery.cpp Reduce dependencies on ASTLiteral.h 2021-11-26 17:54:57 +01:00
ParserWatchQuery.h
ParserWithElement.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserWithElement.h
queryNormalization.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
queryToString.cpp
queryToString.h
QueryWithOutputSettingsPushDownVisitor.cpp
QueryWithOutputSettingsPushDownVisitor.h
SelectUnionMode.h Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
StringRange.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TablePropertiesQueriesASTs.h Don't write additional space in DESCRIBE TABLE query formatting 2022-01-20 21:07:34 +03:00
TokenIterator.cpp
TokenIterator.h Inline TokenIterator 2021-11-29 13:09:53 +01:00