ClickHouse/dbms/include/DB/Parsers
2017-03-31 19:00:30 +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 parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
ASTColumnDeclaration.h Normalized formatting [#CLICKHOUSE-3]. 2017-03-09 07:26:17 +03:00
ASTCreateQuery.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ASTDropQuery.h Removed all trailing whitespaces [#CLICKHOUSE-2]. find . -name '*.h' -or -name '*.cpp' -or -name '*.cmake' -or -name 'CMakeLists.txt' -or -name '*.html' -or -name '*.xml' | grep -v contrib | xargs sed -i -r -e 's/\s+$//' 2017-03-31 19:00:30 +03:00
ASTEnumElement.h Squashed commit of the following: 2017-01-06 20:41:19 +03:00
ASTExpressionList.h JOINs rectification: development [#METR-2944]. 2016-07-17 23:10:50 +03:00
ASTFunction.h Miscellaneous [#METR-20307]. 2017-01-04 19:31:09 +03:00
ASTIdentifier.h Reworking ExpressionAnalyzer (preparations) [#METR-20307]. 2017-01-04 18:05:31 +03:00
ASTInsertQuery.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTKillQueryQuery.h Revert "Revert "KILL QUERY"" 2017-01-30 18:43:20 +03:00
ASTLiteral.h Squashed commit of the following: 2017-01-06 20:41:19 +03:00
ASTNameTypePair.h Normalized formatting [#CLICKHOUSE-3]. 2017-03-09 07:26:17 +03:00
ASTOptimizeQuery.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTOrderByElement.h Added support for NULLS FIRST and LAST in ORDER BY [#CLICKHOUSE-2882]. 2017-03-12 15:56:59 +03:00
ASTQualifiedAsterisk.h Added support for qualified asterisk in parser [#METR-20307]. 2017-01-04 14:23:27 +03:00
ASTQueryWithOutput.h cosmetic fixes [#CLICKHOUSE-2133] 2017-01-19 15:02:30 +03:00
ASTQueryWithTableAndOutput.h parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
ASTRenameQuery.h Removed all trailing whitespaces [#CLICKHOUSE-2]. find . -name '*.h' -or -name '*.cpp' -or -name '*.cmake' -or -name 'CMakeLists.txt' -or -name '*.html' -or -name '*.xml' | grep -v contrib | xargs sed -i -r -e 's/\s+$//' 2017-03-31 19:00:30 +03:00
ASTSampleRatio.h JOINs rectification: development [#METR-2944]. 2016-07-17 23:10:50 +03:00
ASTSelectQuery.h parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
ASTSet.h Better [#METR-2944]. 2016-11-20 15:43:20 +03:00
ASTSetQuery.h Squashed commit of the following: 2017-01-06 20:41:19 +03:00
ASTShowProcesslistQuery.h dbms: preparation to more compact query formatting [#METR-17606]. 2015-08-06 06:26:27 +03:00
ASTShowTablesQuery.h parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04: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 NULLS FIRST and LAST in ORDER BY [#CLICKHOUSE-2882]. 2017-03-12 15:56:59 +03:00
ExpressionListParsers.h Query KILL QUERY. [#CLICKHOUSE-2120] 2017-01-27 03:59:39 +04:00
formatAST.h dbms: preparation to more compact query formatting [#METR-17606]. 2015-08-06 06:26:27 +03:00
IAST.h Remove stringstream performance on very short queries (#391) 2017-01-25 05:53:29 +04: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 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 parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
ParserCreateQuery.h Translated comment [#METR-20000]. 2016-12-30 02:17:51 +03:00
ParserDropQuery.h Add docs. Add TEST version of KILL QUERY. [#CLICKHOUSE-2120] 2017-01-27 03:59:39 +04:00
ParserEnumElement.h Fix isolated usage of all .h files, move some code to .cpp (#578) 2017-03-11 04:27:59 +04:00
ParserInsertQuery.h dbms: better diagnostics on syntax error [#METR-15933]. 2015-04-11 06:10:23 +03:00
ParserKillQueryQuery.h Add docs. Add TEST version of KILL QUERY. [#CLICKHOUSE-2120] 2017-01-27 03:59:39 +04: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 parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04: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 parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
ParserSetQuery.h dbms: added optional section SETTINGS to SELECT query [#METR-16354]. 2015-06-06 00:28:04 +03:00
ParserShowProcesslistQuery.h parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
ParserShowTablesQuery.h parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
ParserTablePropertiesQuery.h parse INTO OUTFILE clause [#CLICKHOUSE-2133] 2017-01-19 03:48:59 +04:00
ParserTablesInSelectQuery.h Rectifying JOINs [#METR-2944]. 2016-07-18 03:14:24 +03:00
ParserUseQuery.h Fix isolated usage of all .h files, move some code to .cpp (#578) 2017-03-11 04:27:59 +04:00
queryToString.h Merge 2014-11-12 13:37:47 +03:00
StringRange.h Fix some includes and missing definitions (#446) 2017-02-03 02:08:19 +04:00
TablePropertiesQueriesASTs.h dbms: preparation to more compact query formatting [#METR-17606]. 2015-08-06 06:26:27 +03:00