ClickHouse/dbms/include/DB/Parsers
2016-07-18 04:20:53 +03:00
..
ASTAlterQuery.h Added 'WITH NAME' section to ALTER TABLE ... FREEZE PARTITION query [#METR-21884]. 2016-06-28 23:50:37 +03:00
ASTAsterisk.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTCheckQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTColumnDeclaration.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTCreateQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTDropQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTEnumElement.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:56:51 +03:00
ASTExpressionList.h JOINs rectification: development [#METR-2944]. 2016-07-17 23:10:50 +03:00
ASTFunction.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTIdentifier.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTInsertQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTJoin.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTLiteral.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTNameTypePair.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTOptimizeQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTOrderByElement.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTQueryWithOutput.h Tiny modifications [#METR-21651]. 2016-06-09 07:37:21 +03:00
ASTQueryWithTableAndOutput.h Tiny modifications [#METR-21651]. 2016-06-09 07:37:21 +03:00
ASTRenameQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTSampleRatio.h JOINs rectification: development [#METR-2944]. 2016-07-17 23:10:50 +03:00
ASTSelectQuery.h Rectifying JOINs [#METR-2944]. 2016-07-18 03:14:24 +03:00
ASTSet.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTSetQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTShowProcesslistQuery.h dbms: preparation to more compact query formatting [#METR-17606]. 2015-08-06 06:26:27 +03:00
ASTShowTablesQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTSubquery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTUseQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTWeightedZooKeeperPath.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTWithAlias.h dbms: addition to prev. revision [#METR-17606]. 2015-08-07 02:46:15 +03:00
CommonParsers.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
ExpressionElementParsers.h Added syntactic sugar for count(DISTINCT ...) and 'count_distinct_implementation' setting [#METR-22035]. 2016-07-10 18:52:35 +03:00
ExpressionListParsers.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
formatAST.h dbms: preparation to more compact query formatting [#METR-17606]. 2015-08-06 06:26:27 +03:00
IAST.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
IParser.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
IParserBase.h dbms: little better [#METR-15933]. 2015-04-14 04:39:30 +03:00
parseQuery.h dbms: fixed error with multiquery mode in Client [#METR-15975]. 2015-04-14 23:46:34 +03:00
ParserAlterQuery.h Modify primary key: development [#METR-21119]. 2016-05-05 21:28:46 +03:00
ParserCase.h Merge 2016-05-04 02:19:14 +03:00
ParserCheckQuery.h Merge 2015-10-21 17:57:10 +03:00
ParserCreateQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserDropQuery.h dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserEnumElement.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 19:19:27 +03:00
ParserInsertQuery.h dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserOptimizeQuery.h Added support for FINAL and PARTITION specification for OPTIMIZE query [#METR-21326]. 2016-05-16 21:43:38 +03:00
ParserQuery.h dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserQueryWithOutput.h Merge 2015-10-21 17:57:10 +03:00
ParserRenameQuery.h dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserSampleRatio.h dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847]. 2015-11-20 00:34:53 +03:00
ParserSelectQuery.h Merge 2015-10-21 17:57:10 +03:00
ParserSetQuery.h dbms: added optional section SETTINGS to SELECT query [#METR-16354]. 2015-06-06 00:28:04 +03:00
ParserShowProcesslistQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserShowTablesQuery.h Merge 2015-10-21 17:57:10 +03:00
ParserTablePropertiesQuery.h Merge 2015-10-21 17:57:10 +03:00
ParserTablesInSelectQuery.h Rectifying JOINs [#METR-2944]. 2016-07-18 03:14:24 +03:00
ParserUseQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
queryToString.h Merge 2014-11-12 13:37:47 +03:00
StringRange.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:15:36 +03:00
TablePropertiesQueriesASTs.h dbms: preparation to more compact query formatting [#METR-17606]. 2015-08-06 06:26:27 +03:00