ClickHouse/dbms/src/Parsers
2018-04-05 00:05:11 +03:00
..
tests Simplification #1896 2018-02-23 11:05:21 +03:00
ASTAlterQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTAlterQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTAsterisk.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTCheckQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTColumnDeclaration.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTCreateQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTDropQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTEnumElement.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTExpressionList.cpp Preparation [#CLICKHOUSE-31]. 2017-06-18 08:44:09 +03:00
ASTExpressionList.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTFunction.cpp Removed bad code that may lead to (harmless) race condition [#CLICKHOUSE-2] 2018-02-24 04:31:42 +03:00
ASTFunction.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTIdentifier.cpp Better [#CLICKHOUSE-2]. 2017-12-01 21:36:55 +03:00
ASTIdentifier.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTInsertQuery.cpp added INSERT INTO TABLE syntax [#CLICKHOUSE-3397] 2017-12-01 16:23:10 +03:00
ASTInsertQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTKillQueryQuery.cpp Fixed segfault in case of WHERE <non-UInt8 type expression>. [#CLICKHOUSE-3616] 2018-03-06 18:42:00 +03:00
ASTKillQueryQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTLiteral.cpp Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +03:00
ASTLiteral.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTNameTypePair.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTOptimizeQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTOrderByElement.cpp Fixed linking [#CLICKHOUSE-2]. 2017-11-20 08:59:58 +03:00
ASTOrderByElement.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTPartition.cpp allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
ASTPartition.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTQualifiedAsterisk.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTQualifiedAsterisk.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTQueryWithOnCluster.cpp Lib Parsers 2017-11-21 22:35:54 +03:00
ASTQueryWithOnCluster.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ASTQueryWithOutput.cpp Removed superfluous FORMAT statements in .sql files. [#CLICKHOUSE-3] 2018-02-12 23:35:56 +03:00
ASTQueryWithOutput.h Merge branch 'master' into better-union-all-try2 2018-02-26 08:05:53 +03:00
ASTQueryWithTableAndOutput.h Merge branch 'master' into fix/ISSUES-117 2018-03-02 19:06:11 +08:00
ASTRenameQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTSampleRatio.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTSampleRatio.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTSelectQuery.cpp Better UNION ALL: development #1947 2018-02-26 12:05:06 +03:00
ASTSelectQuery.h Better UNION ALL: development #1947 2018-02-26 12:05:06 +03:00
ASTSelectWithUnionQuery.cpp Fixed highlight for UNION ALL [#CLICKHOUSE-3689] 2018-04-05 00:05:11 +03:00
ASTSelectWithUnionQuery.h Better UNION ALL: development #1947 2018-02-26 13:12:26 +03:00
ASTSetQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTShowProcesslistQuery.h removed macro DEFINE_AST_QUERY_WITH_TABLE_AND_OUTPUT 2017-11-03 16:24:52 +03:00
ASTShowTablesQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTSubquery.cpp Fixed test [#CLICKHOUSE-2] 2018-02-23 14:35:05 +03:00
ASTSubquery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTSystemQuery.cpp added SYSTEM RELOAD CONFIG query [#CLICKHOUSE-3591] 2018-03-13 13:41:47 +03:00
ASTSystemQuery.h added SYSTEM RELOAD CONFIG query [#CLICKHOUSE-3591] 2018-03-13 13:41:47 +03:00
ASTTablesInSelectQuery.cpp Better [#CLICKHOUSE-2]. 2017-12-01 21:36:55 +03:00
ASTTablesInSelectQuery.h Whitespaces [#CLICKHOUSE-2]. 2017-06-26 11:33:56 +03:00
ASTUseQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ASTWithAlias.cpp Translated comments 2017-04-02 20:37:49 +03:00
ASTWithAlias.h added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
CMakeLists.txt Lib Parsers 2017-11-21 22:35:54 +03:00
CommonParsers.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
CommonParsers.h Better [#CLICKHOUSE-2]. 2017-12-01 21:36:55 +03:00
ExpressionElementParsers.cpp Merge branch 'master' into better-union-all-try2 2018-02-26 08:05:53 +03:00
ExpressionElementParsers.h Removed useless code [#CLICKHOUSE-2] 2018-02-08 22:20:24 +03:00
ExpressionListParsers.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ExpressionListParsers.h INTERVAL operators: development [#CLICKHOUSE-3393]. 2017-10-30 08:39:30 +03:00
formatAST.cpp Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 01:11:51 +03:00
formatAST.h Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 01:11:51 +03:00
IAST.cpp Better [#CLICKHOUSE-2] 2018-03-03 18:36:20 +03:00
IAST.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
IParser.h Using lexer: better error messages [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
IParserBase.cpp Fixed error [#CLICKHOUSE-2] 2018-02-26 06:47:32 +03:00
IParserBase.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
Lexer.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
Lexer.h Using lexer: better error messages [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
parseIdentifierOrStringLiteral.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
parseIdentifierOrStringLiteral.h Update parseIdentifierOrStringLiteral.h 2017-11-21 22:35:54 +03:00
parseQuery.cpp Merge remote-tracking branch 'origin/master' into CLICKHOUSE-3346 2018-01-22 20:31:08 +03:00
parseQuery.h Updated describe query, cluster copier draft. [#CLICKHOUSE-3346] 2018-01-11 21:55:08 +03:00
ParserAlterQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserAlterQuery.h Removed unsupported functionality [#CLICKHOUSE-2]. 2017-11-18 05:34:00 +03:00
ParserCase.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserCase.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserCheckQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserCheckQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserCreateQuery.cpp Merge branch 'master' into better-union-all-try2 2018-02-26 08:05:53 +03:00
ParserCreateQuery.h Fixed bad code #1947 2018-02-26 07:47:27 +03:00
ParserDescribeTableQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserDescribeTableQuery.h removed macro DEFINE_AST_QUERY_WITH_TABLE_AND_OUTPUT 2017-11-03 16:24:52 +03:00
ParserDropQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserDropQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserInsertQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserInsertQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserKillQueryQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserKillQueryQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserOptimizeQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserOptimizeQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserPartition.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserPartition.h allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
ParserQuery.cpp Miscellaneous [#CLICKHOUSE-3]. 2017-10-09 01:53:38 +03:00
ParserQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserQueryWithOutput.cpp Better UNION ALL: development #1947 2018-02-25 03:50:53 +03:00
ParserQueryWithOutput.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserRenameQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserRenameQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserSampleRatio.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserSampleRatio.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserSelectQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserSelectQuery.h Better UNION ALL: development #1947 2018-02-25 03:50:53 +03:00
ParserSelectWithUnionQuery.cpp Simplification of AST #1947 2018-02-26 06:37:08 +03:00
ParserSelectWithUnionQuery.h Better UNION ALL: development #1947 2018-02-25 09:35:24 +03:00
ParserSetQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserSetQuery.h use more typesafe AST objects in ASTCreateQuery [#CLICKHOUSE-3000] 2017-10-20 21:28:41 +03:00
ParserShowProcesslistQuery.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserShowTablesQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserShowTablesQuery.h ISSUES-117 resolve some opinions 2018-02-03 16:00:14 +08:00
ParserSystemQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserSystemQuery.h Use only one cache in DNSCache. Add requested changes. [#CLICKHOUSE-2931] 2017-09-01 20:05:24 +03:00
ParserTablePropertiesQuery.cpp added SHOW CREATE DATABASE query [#CLICKHOUSE-3590] 2018-03-12 18:21:50 +03:00
ParserTablePropertiesQuery.h removed macro DEFINE_AST_QUERY_WITH_TABLE_AND_OUTPUT 2017-11-03 16:24:52 +03:00
ParserTablesInSelectQuery.cpp Removed bad code that may lead to (harmless) race condition [#CLICKHOUSE-2] 2018-02-24 04:31:42 +03:00
ParserTablesInSelectQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserUseQuery.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
ParserUseQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
queryToString.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
queryToString.h Add new virtual columns into system.tables. [#CLICKHOUSE-3554] 2018-02-08 17:15:40 +03:00
StringRange.h Simplification of AST #1947 2018-02-26 06:40:20 +03:00
TablePropertiesQueriesASTs.h added SHOW CREATE DATABASE query [#CLICKHOUSE-3590] 2018-03-12 18:21:50 +03:00
TokenIterator.cpp Using lexer: added missing file [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
TokenIterator.h allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00