ClickHouse/dbms/src/Parsers
2016-11-09 22:05:35 +03:00
..
tests Removed sensitive data. 2016-02-08 00:58:58 +03:00
ASTAlterQuery.cpp Fixed error in ALTER of MATERIALIZED VIEW's inner tables [#METR-22052]. 2016-10-15 03:04:58 +03:00
ASTFunction.cpp Get rid of buggy code (that coincidently was useless too) [#METR-2944]. 2016-09-04 03:01:48 +03:00
ASTIdentifier.cpp dbms: better handling of compound identifiers [#METR-18692]. 2015-11-08 04:29:37 +03:00
ASTLiteral.cpp dbms: added support for different numeric types in function has [#METR-18382]. 2015-10-12 10:05:54 +03:00
ASTSampleRatio.cpp dbms: SAMPLE ... OFFSET development: using rational numbers [#METR-18847]. 2015-11-20 00:34:53 +03:00
ASTSelectQuery.cpp Fixed error with duplicate columns in subqueries [#METR-22381]. 2016-08-20 20:10:00 +03:00
ASTTablesInSelectQuery.cpp Rectification of JOINs [#METR-2944]. 2016-07-18 04:20:53 +03:00
ASTWithAlias.cpp dbms: addition to prev. revision [#METR-17606]. 2015-08-07 02:46:15 +03:00
CMakeLists.txt Removed sensitive data. 2016-02-08 00:58:58 +03:00
ExpressionElementParsers.cpp Allow to parse Java-style floating point denormals 'NaN' and 'Infinity' [#METR-22428]. 2016-08-17 00:23:53 +03:00
ExpressionListParsers.cpp Fixed parsing of tuple element expression [#METR-18149]. 2016-07-09 09:51:30 +03:00
formatAST.cpp dbms: preparation to more compact query formatting [#METR-17606]. 2015-08-06 06:26:27 +03:00
IAST.cpp dbms: Server: Compilation fix for some older versions of g++. [#METR-17668] 2015-09-18 18:53:48 +03:00
IParserBase.cpp dbms: cutting dependency [#METR-2944].. 2016-01-12 00:46:36 +03:00
parseQuery.cpp Put DatabaseMemory class into separated file. 2016-11-09 22:05:35 +03:00
ParserAlterQuery.cpp Added 'WITH NAME' section to ALTER TABLE ... FREEZE PARTITION query [#METR-21884]. 2016-06-28 23:50:37 +03:00
ParserCase.cpp Get rid of buggy code (that coincidently was useless too) [#METR-2944]. 2016-09-04 03:01:48 +03:00
ParserCheckQuery.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserCreateQuery.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 19:19:27 +03:00
ParserDropQuery.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserInsertQuery.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserOptimizeQuery.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserQuery.cpp dbms: little better [#METR-15933]. 2015-04-14 04:39:30 +03:00
ParserQueryWithOutput.cpp dbms: Server: Code cleanup [#METR-16213] 2015-10-21 18:04:20 +03:00
ParserRenameQuery.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserSampleRatio.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserSelectQuery.cpp Rectifications of JOINs: development [#METR-2944]. 2016-07-21 18:48:11 +03:00
ParserSetQuery.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserShowTablesQuery.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserTablePropertiesQuery.cpp Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
ParserTablesInSelectQuery.cpp Fixing incompatibilities [#METR-2944]. 2016-07-23 05:25:09 +03:00
queryToString.cpp Merge 2014-11-12 13:37:47 +03:00