ClickHouse/dbms/include/DB/Parsers
2017-01-04 14:23:27 +03:00
..
ASTAlterQuery.h Miscellaneous [#METR-2944]. 2017-01-04 12:04:01 +03:00
ASTAsterisk.h Added support for qualified asterisk in parser [#METR-20307]. 2017-01-04 14:23:27 +03:00
ASTCheckQuery.h Fixed error in ALTER of MATERIALIZED VIEW's inner tables [#METR-22052]. 2016-10-15 03:04:58 +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 Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTIdentifier.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTInsertQuery.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTLiteral.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTNameTypePair.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTOptimizeQuery.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTOrderByElement.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTQualifiedAsterisk.h Added support for qualified asterisk in parser [#METR-20307]. 2017-01-04 14:23:27 +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 parse LIMIT BY [#METR-23881] 2016-12-27 19:08:33 +05:00
ASTSet.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTSetQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTShowProcesslistQuery.h
ASTShowTablesQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTSubquery.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTTablesInSelectQuery.h Miscellaneous [#METR-2944]. 2017-01-04 12:04:01 +03:00
ASTUseQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTWeightedZooKeeperPath.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTWithAlias.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
CommonParsers.h move impl of common parsers to cpp 2016-11-12 22:55:40 +05:00
ExpressionElementParsers.h Added support for qualified asterisk in parser [#METR-20307]. 2017-01-04 14:23:27 +03:00
ExpressionListParsers.h Merge branch 'master' into METR-19266 2016-12-10 07:51:36 +03:00
formatAST.h
IAST.h Miscellaneous [#METR-2944]. 2017-01-04 06:35:05 +03:00
IParser.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 17:14:18 +03:00
IParserBase.h
parseQuery.h Added requested PR changes, 2nd iteration. 2016-11-14 02:57:18 +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
ParserCreateQuery.h Translated comment [#METR-20000]. 2016-12-30 02:17:51 +03:00
ParserDropQuery.h
ParserEnumElement.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 19:19:27 +03:00
ParserInsertQuery.h
ParserOptimizeQuery.h Added support for FINAL and PARTITION specification for OPTIMIZE query [#METR-21326]. 2016-05-16 21:43:38 +03:00
ParserQuery.h
ParserQueryWithOutput.h
ParserRenameQuery.h
ParserSampleRatio.h
ParserSelectQuery.h move impl of common parsers to cpp 2016-11-12 22:55:40 +05:00
ParserSetQuery.h
ParserShowProcesslistQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserShowTablesQuery.h
ParserTablePropertiesQuery.h
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
StringRange.h Fixed case when pk column is wrapped by functions. 2016-11-23 22:58:33 +03:00
TablePropertiesQueriesASTs.h