ClickHouse/dbms/src/Parsers
2019-09-18 16:16:10 +03:00
..
tests Remove unexpected changes 2019-07-03 23:57:05 +03:00
ASTAlterQuery.cpp Small refactoring 2019-09-04 16:24:55 +03:00
ASTAlterQuery.h Small refactoring 2019-09-04 16:24:55 +03:00
ASTAssignment.h fix AST debug print with underline symbol 2018-12-07 15:34:40 +03:00
ASTAsterisk.cpp
ASTAsterisk.h JoinToSubqueryTransform with short names 2019-02-20 15:12:36 +03:00
ASTCheckQuery.h Update ASTCheckQuery.h 2019-07-08 22:55:54 +03:00
ASTColumnDeclaration.cpp Merging 2019-06-16 19:47:47 +03:00
ASTColumnDeclaration.h Merging 2019-06-16 19:47:47 +03:00
ASTColumnsMatcher.cpp Rename files 2019-07-21 20:03:58 +03:00
ASTColumnsMatcher.h Rename files 2019-07-21 20:03:58 +03:00
ASTConstraintDeclaration.cpp Minor style fix 2019-05-25 18:57:35 +03:00
ASTConstraintDeclaration.h Minor review fixes 2019-05-25 17:07:45 +03:00
ASTCreateQuery.cpp Removed useless code 2019-08-23 08:08:06 +03:00
ASTCreateQuery.h Removed useless code 2019-08-23 08:08:06 +03:00
ASTDropQuery.cpp fix AST debug print with underline symbol 2018-12-07 15:34:40 +03:00
ASTDropQuery.h support for CREATE OR REPLACE VIEW 2019-03-11 17:50:31 +01:00
ASTEnumElement.h Fix includes 2018-12-19 20:57:51 +03:00
ASTExplainQuery.h Fixed wrong method ASTExplainQuery::formatImpl 2019-06-17 01:00:29 +03:00
ASTExpressionList.cpp
ASTExpressionList.h fix style 2018-12-08 01:02:33 +03:00
ASTFunction.cpp Fixed formatting of complex expressions 2019-06-17 01:51:09 +03:00
ASTFunction.h fix AST debug print with underline symbol 2018-12-07 15:34:40 +03:00
ASTIdentifier.cpp Addition to prev. revision 2019-08-08 23:26:42 +03:00
ASTIdentifier.h Addition to prev. revision 2019-08-08 23:26:42 +03:00
ASTIndexDeclaration.h Remove redundant changes 2019-08-29 13:49:26 +03:00
ASTInsertQuery.cpp minor fixes of table function input 2019-09-05 16:17:01 +03:00
ASTInsertQuery.h Minor changes 2019-05-31 00:33:06 +03:00
ASTKillQueryQuery.cpp use enum for KILL query type [#CLICKHOUSE-3912] 2019-02-05 21:09:16 +03:00
ASTKillQueryQuery.h use enum for KILL query type [#CLICKHOUSE-3912] 2019-02-05 21:09:16 +03:00
ASTLiteral.cpp speedup calculation of ASTLiteral hash a bit #4058 2019-01-23 16:20:03 +03:00
ASTLiteral.h speedup calculation of ASTLiteral hash a bit #4058 2019-01-23 16:20:03 +03:00
ASTNameTypePair.h fix AST debug print with underline symbol 2018-12-07 15:34:40 +03:00
ASTOptimizeQuery.cpp
ASTOptimizeQuery.h fix AST debug print with underline symbol 2018-12-07 15:34:40 +03:00
ASTOrderByElement.cpp parser WITH FILL 2019-04-21 06:36:59 +03:00
ASTOrderByElement.h bug fixes 2019-04-23 04:48:51 +03:00
ASTPartition.cpp fix AST debug print with underline symbol 2018-12-07 15:34:40 +03:00
ASTPartition.h StringRef -> String (race cond) 2019-06-25 16:10:09 +03:00
ASTQualifiedAsterisk.cpp
ASTQualifiedAsterisk.h JoinToSubqueryTransform with short names 2019-02-20 15:12:36 +03:00
ASTQueryParameter.cpp Fixing query parameters 2019-06-15 20:52:53 +03:00
ASTQueryParameter.h Fixes for #5331 2019-06-14 20:15:30 +03:00
ASTQueryWithOnCluster.cpp more refactoring: funcs to extract database_and_table from AST 2018-10-29 22:04:28 +03:00
ASTQueryWithOnCluster.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
ASTQueryWithOutput.cpp Revert wrong replacements of dynamic_cast. 2019-03-12 15:41:57 +03:00
ASTQueryWithOutput.h Fixed -Wshadow-field #4005 2019-01-24 22:37:32 +03:00
ASTQueryWithTableAndOutput.cpp Fixed bug in query formatting with TEMPORARY tables 2019-06-29 19:58:32 +03:00
ASTQueryWithTableAndOutput.h Fixed bug in query formatting with TEMPORARY tables 2019-06-29 19:58:32 +03:00
ASTRenameQuery.h Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
ASTSampleRatio.cpp
ASTSampleRatio.h fix AST debug print with underline symbol 2018-12-07 15:34:40 +03:00
ASTSelectQuery.cpp Merge branch 'dmitriiut-WITH_TIES_and_WITH_FILL' of https://github.com/dmitriiut/ClickHouse into merging_with_ties_and_with_fill 2019-08-14 16:40:07 +03:00
ASTSelectQuery.h Merge branch 'dmitriiut-WITH_TIES_and_WITH_FILL' of https://github.com/dmitriiut/ClickHouse into merging_with_ties_and_with_fill 2019-08-14 16:40:07 +03:00
ASTSelectWithUnionQuery.cpp use AddDefaultDatabaseVisitor for views [CLICKHOUSE-3145] 2018-11-01 17:49:37 +03:00
ASTSelectWithUnionQuery.h fix AST debug print with underline symbol 2018-12-07 15:34:40 +03:00
ASTSetQuery.h Refactoring of Settings based on new template class SettingsCollection. 2019-04-26 19:11:05 +03:00
ASTShowProcesslistQuery.h
ASTShowTablesQuery.cpp Add LIMIT clause to SHOW queries 2019-09-15 19:07:27 +03:00
ASTShowTablesQuery.h Add LIMIT clause to SHOW queries 2019-09-15 19:07:27 +03:00
ASTSubquery.cpp
ASTSubquery.h fix AST debug print with underline symbol 2018-12-07 15:34:40 +03:00
ASTSystemQuery.cpp Add system stop moves query 2019-09-03 17:50:49 +03:00
ASTSystemQuery.h Add system stop moves query 2019-09-03 17:50:49 +03:00
ASTTablesInSelectQuery.cpp Fixed minor issue in query formatting 2019-06-29 18:26:19 +03:00
ASTTablesInSelectQuery.h any left join (without use_nulls) 2019-09-13 19:17:37 +03:00
ASTUseQuery.h fix AST debug print with underline symbol 2018-12-07 15:34:40 +03:00
ASTWatchQuery.h * Moving uexpect.py so that it can be found 2019-06-10 22:22:53 -04:00
ASTWithAlias.cpp Fixed error in query formatting 2019-06-30 15:49:06 +03:00
ASTWithAlias.h
CMakeLists.txt Cmake: dont use LINK_MODE (but use BUILD_SHARED_LIBS) (#5091) 2019-04-24 12:06:28 +03:00
CommonParsers.cpp Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2] 2018-11-25 03:08:50 +03:00
CommonParsers.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DumpASTNode.h Implement the debug query "ANALYZE" 2019-02-26 13:17:25 +03:00
ExpressionElementParsers.cpp implement modifier 'with fill' for 'order by' clause 2019-08-21 15:59:03 +03:00
ExpressionElementParsers.h Merge branch 'dmitriiut-WITH_TIES_and_WITH_FILL' of https://github.com/dmitriiut/ClickHouse into merging_with_ties_and_with_fill 2019-08-14 16:40:07 +03:00
ExpressionListParsers.cpp Fixed another case; added a test 2019-08-10 20:08:14 +03:00
ExpressionListParsers.h move prefer_alias_to_column_name logic out of parser 2019-07-22 22:21:07 +03:00
formatAST.cpp write metadata znode in StorageReplicatedMergeTree::alter() [#CLICKHOUSE-3859] 2018-11-13 16:13:34 +03:00
formatAST.h write metadata znode in StorageReplicatedMergeTree::alter() [#CLICKHOUSE-3859] 2018-11-13 16:13:34 +03:00
IAST_fwd.h Namespace comments are unneeded according to the code style. 2019-06-13 13:37:13 +03:00
IAST.cpp fix max_ast_elements settings with merge mutation 2019-08-29 11:06:35 +08:00
IAST.h fix max_ast_elements settings with merge mutation 2019-08-29 11:06:35 +08:00
IdentifierQuotingStyle.h ISSUES-5697 fix insert and select query with mysql style identifier 2019-06-21 13:51:27 +08:00
iostream_debug_helpers.cpp
iostream_debug_helpers.h
IParser.h Fixed possible stack overflow in parser 2019-08-10 19:38:25 +03:00
IParserBase.cpp Fixed possible stack overflow in parser 2019-08-10 19:38:25 +03:00
IParserBase.h
Lexer.cpp fix style and add tests 2019-05-25 16:43:52 +03:00
Lexer.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
parseDatabaseAndTableName.cpp Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
parseDatabaseAndTableName.h
parseIdentifierOrStringLiteral.cpp Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
parseIdentifierOrStringLiteral.h
parseQuery.cpp Fixed possible stack overflow in parser 2019-08-10 19:38:25 +03:00
parseQuery.h dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
ParserAlterQuery.cpp Finally build, possible trash. 2019-08-29 19:17:47 +03:00
ParserAlterQuery.h Eventually merged with master 2019-08-26 13:07:32 +03:00
ParserCase.cpp
ParserCase.h
ParserCheckQuery.cpp Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
ParserCheckQuery.h
ParserCreateQuery.cpp Removed useless code 2019-08-23 08:08:06 +03:00
ParserCreateQuery.h Removed useless code 2019-08-23 08:08:06 +03:00
ParserDescribeTableQuery.cpp more refactoring: funcs to extract database_and_table from AST 2018-10-29 22:04:28 +03:00
ParserDescribeTableQuery.h
ParserDropQuery.cpp Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
ParserDropQuery.h Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
ParserInsertQuery.cpp Merge branch 'palasonic-add-input-function' of https://github.com/palasonic1/ClickHouse into merging_input_function 2019-09-04 15:25:20 +03:00
ParserInsertQuery.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ParserKillQueryQuery.cpp use enum for KILL query type [#CLICKHOUSE-3912] 2019-02-05 21:09:16 +03:00
ParserKillQueryQuery.h
ParserOptimizeQuery.cpp Addition to prev. revision 2019-08-08 23:27:12 +03:00
ParserOptimizeQuery.h
ParserPartition.cpp StringRef -> String (race cond) 2019-06-25 16:10:09 +03:00
ParserPartition.h
ParserQuery.cpp
ParserQuery.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ParserQueryWithOutput.cpp Remove non-alter move command. 2019-07-23 12:38:26 +03:00
ParserQueryWithOutput.h Add support for settings 'format_schema' in an output query. 2019-01-23 22:23:37 +03:00
ParserRenameQuery.cpp Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
ParserRenameQuery.h
ParserSampleRatio.cpp Addition to prev. revision #3926 2018-12-27 03:02:11 +03:00
ParserSampleRatio.h
ParserSelectQuery.cpp merging with master 2019-08-14 20:01:47 +03:00
ParserSelectQuery.h
ParserSelectWithUnionQuery.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
ParserSelectWithUnionQuery.h
ParserSetQuery.cpp Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
ParserSetQuery.h
ParserShowProcesslistQuery.h
ParserShowTablesQuery.cpp Add LIMIT clause to SHOW queries 2019-09-15 19:07:27 +03:00
ParserShowTablesQuery.h Add LIMIT clause to SHOW queries 2019-09-15 19:07:27 +03:00
ParserSystemQuery.cpp Add system stop moves query 2019-09-03 17:50:49 +03:00
ParserSystemQuery.h
ParserTablePropertiesQuery.cpp Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
ParserTablePropertiesQuery.h fixed comment test. 2018-11-06 16:26:43 +03:00
ParserTablesInSelectQuery.cpp have the parser recognize asof joins and feed them through to the executor 2019-03-26 19:17:21 +00:00
ParserTablesInSelectQuery.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
ParserUnionQueryElement.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
ParserUnionQueryElement.h
ParserUseQuery.cpp Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
ParserUseQuery.h
ParserWatchQuery.cpp Merged with master. 2019-08-12 13:19:13 +03:00
ParserWatchQuery.h * Work in progress to redo live view implementation to be less invasive 2019-05-26 18:03:30 -04:00
queryToString.cpp
queryToString.h
StringRange.h
TablePropertiesQueriesASTs.h Fixed bug in query formatting with TEMPORARY tables 2019-06-29 19:58:32 +03:00
TokenIterator.cpp
TokenIterator.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00