ClickHouse/dbms/include/DB/Parsers
2013-12-10 12:23:43 +00:00
..
ASTAlterQuery.h Added comment about ASTAlterQuery parametrs[#CONV-8383] 2013-08-13 08:27:37 +00:00
ASTAsterisk.h dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
ASTCreateQuery.h materialized view: added POPULATE option [#METR-9076] 2013-12-10 12:23:43 +00:00
ASTDropQuery.h dbms: fix default constructor in ASTDropQuery [#METR-9076] 2013-11-20 16:26:38 +00:00
ASTExpressionList.h dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
ASTFunction.h clickhouse: removed obsolete code [#CONV-7444]. 2013-06-05 13:42:13 +00:00
ASTIdentifier.h Added support for multiple expressions in ARRAY JOIN section. There are known issues. Sorry for automatic indentation changes. [#CONV-8821] 2013-10-17 13:32:32 +00:00
ASTInsertQuery.h dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
ASTLiteral.h Using own Field class instead of boost::variant (experimental) [#CONV-2944]. 2013-01-05 20:03:19 +00:00
ASTNameTypePair.h dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
ASTOptimizeQuery.h dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
ASTOrderByElement.h added collation [#CONV-7651] 2013-05-28 16:56:05 +00:00
ASTQueryWithOutput.h dbms: added SHOW PROCESSLIST query and 'max_concurrent_queries' setting [#CONV-8665] [#CONV-8664]. 2013-09-03 20:21:28 +00:00
ASTQueryWithTableAndOutput.h clickhouse: added DESCRIBE and SHOW CREATE queries, fixed formatting queries with FORMAT section [#CONV-6766]. 2013-02-21 10:02:33 +00:00
ASTRenameQuery.h dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
ASTSelectQuery.h ClickHouse: Parsing and passing around PREWHERE condition. No actual filtering yet. [#METR-9091] 2013-11-28 13:16:46 +00:00
ASTSet.h dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
ASTSetQuery.h dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
ASTShowProcesslistQuery.h dbms: added SHOW PROCESSLIST query and 'max_concurrent_queries' setting [#CONV-8665] [#CONV-8664]. 2013-09-03 20:21:28 +00:00
ASTShowTablesQuery.h clickhouse: added SHOW TABLES NOT LIKE [#CONV-2944]. 2013-03-11 11:28:36 +00:00
ASTSubquery.h dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
ASTUseQuery.h dbms: improvement [#CONV-2944]. 2012-12-27 16:23:12 +00:00
CommonParsers.h dbms: development [#CONV-2944]. 2011-10-31 06:37:12 +00:00
ExpressionElementParsers.h compound identifier parser to support '.' [#CONV-7967] 2013-07-16 15:26:35 +00:00
ExpressionListParsers.h clickhouse: added parsing of lambda-expressions [#CONV-7444]. 2013-05-08 09:52:02 +00:00
formatAST.h dbms: added SHOW PROCESSLIST query and 'max_concurrent_queries' setting [#CONV-8665] [#CONV-8664]. 2013-09-03 20:21:28 +00:00
IAST.h ClickHouse: removed unused part_id from IAST. [#CONV-2807] 2013-10-18 08:06:47 +00:00
IParser.h dbms: development. 2010-06-24 19:12:10 +00:00
IParserBase.h removed debug code in IParserBase[#CONV-2807] 2013-04-24 13:08:25 +00:00
ParserAlterQuery.h Merge 2013-08-07 13:07:42 +00:00
ParserCreateQuery.h main classes and first draft of CREATE TABLE parser [#CONV-7967] 2013-07-11 17:35:56 +00:00
ParserDropQuery.h dbms: development [#CONV-2944]. 2011-11-05 23:31:19 +00:00
ParserInsertQuery.h dbms: tiny modifications [#CONV-2944]. 2012-12-11 20:32:08 +00:00
ParserOptimizeQuery.h dbms: development [#CONV-2944]. 2012-07-31 19:08:49 +00:00
ParserQuery.h dbms: development [#CONV-2944]. 2011-10-30 11:30:52 +00:00
ParserRenameQuery.h dbms: development [#CONV-2944]. 2012-06-18 06:19:13 +00:00
ParserSelectQuery.h dbms: development [#CONV-2944]. 2011-08-28 00:31:30 +00:00
ParserSetQuery.h dbms: development [#CONV-2944]. 2012-08-02 19:05:18 +00:00
ParserShowProcesslistQuery.h dbms: added SHOW PROCESSLIST query and 'max_concurrent_queries' setting [#CONV-8665] [#CONV-8664]. 2013-09-03 20:21:28 +00:00
ParserShowTablesQuery.h clickhouse: added SHOW TABLES NOT LIKE [#CONV-2944]. 2013-03-11 11:28:36 +00:00
ParserTablePropertiesQuery.h dbms: make "TABLE" to be an optional parameter for DESC, SHOW CREATE, EXISTS[#CONV-8911] 2013-10-21 13:52:44 +00:00
ParserUseQuery.h dbms: development [#CONV-2944]. 2012-07-12 19:49:22 +00:00
StringRange.h Merge 2013-02-11 11:22:15 +00:00
TablePropertiesQueriesASTs.h clickhouse: added DESCRIBE and SHOW CREATE queries, fixed formatting queries with FORMAT section [#CONV-6766]. 2013-02-21 10:02:33 +00:00