ClickHouse/dbms/src/Parsers
2017-07-13 08:59:01 +03:00
..
tests Added lexer [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ASTAlterQuery.cpp Rename DROP COLUMN FROM PARTITION -> CLEAR COLUMN IN PARTITION. [#CLICKHOUSE-2896] 2017-06-22 16:18:19 +03:00
ASTAlterQuery.h Rename DROP COLUMN FROM PARTITION -> CLEAR COLUMN IN PARTITION. [#CLICKHOUSE-2896] 2017-06-22 16:18:19 +03:00
ASTAsterisk.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTCheckQuery.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTColumnDeclaration.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTCreateQuery.h Add ALTER queries. [#CLICKHOUSE-5] 2017-06-01 13:49:20 +03:00
ASTDropQuery.h Updated integration tests. Add integration test for DDL. [#CLICKHOUSE-5] 2017-06-01 13:49:21 +03:00
ASTEnumElement.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTExpressionList.cpp Preparation [#CLICKHOUSE-31]. 2017-06-18 08:44:09 +03:00
ASTExpressionList.h Preparation [#CLICKHOUSE-31]. 2017-06-18 08:44:09 +03:00
ASTFunction.cpp Translated comments 2017-04-02 20:37:49 +03:00
ASTFunction.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTIdentifier.cpp Translated comments 2017-04-02 20:37:49 +03:00
ASTIdentifier.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTInsertQuery.cpp Get rid of INSERT ID [#CLICKHOUSE-31]. 2017-06-13 07:13:20 +03:00
ASTInsertQuery.h Get rid of INSERT ID [#CLICKHOUSE-31]. 2017-06-13 07:13:20 +03:00
ASTKillQueryQuery.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTKillQueryQuery.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTLiteral.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTLiteral.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTNameTypePair.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTOptimizeQuery.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTOrderByElement.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTOrderByElement.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTQualifiedAsterisk.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTQualifiedAsterisk.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTQueryWithOnCluster.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ASTQueryWithOnCluster.h UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ASTQueryWithOutput.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTQueryWithOutput.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTQueryWithTableAndOutput.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTRenameQuery.h Parsers refactoring. [#CLICKHOUSE-5] 2017-06-01 13:49:20 +03:00
ASTSampleRatio.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTSampleRatio.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTSelectQuery.cpp calculate isRemote() from underlying tables of StorageMerge [#CLICKHOUSE-2911] 2017-06-15 22:24:59 +03:00
ASTSelectQuery.h calculate isRemote() from underlying tables of StorageMerge [#CLICKHOUSE-2911] 2017-06-15 22:24:59 +03:00
ASTSet.h Miscellaneous [#CLICKHOUSE-2]. 2017-07-11 04:20:40 +03:00
ASTSetQuery.h Get rid of SET GLOBAL command. [#MTRSADMIN-3068] 2017-06-20 22:26:59 +03:00
ASTShowProcesslistQuery.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTShowTablesQuery.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTSubquery.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTTablesInSelectQuery.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTTablesInSelectQuery.h Whitespaces [#CLICKHOUSE-2]. 2017-06-26 11:33:56 +03:00
ASTUseQuery.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTWeightedZooKeeperPath.h Less dependencies [#CLICKHOUSE-2]. 2017-04-16 08:40:17 +03:00
ASTWithAlias.cpp Translated comments 2017-04-02 20:37:49 +03:00
ASTWithAlias.h translate comments: parsers 2017-05-27 19:27:16 +02:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
CommonParsers.cpp Fixed build [#CLICKHOUSE-31]. 2017-06-18 07:09:04 +03:00
CommonParsers.h UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ExpressionElementParsers.cpp Added support for SQL-style quoting [#CLICKHOUSE-20]. 2017-06-25 06:43:37 +03:00
ExpressionElementParsers.h translate comments: functions 2017-05-27 19:29:55 +02:00
ExpressionListParsers.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ExpressionListParsers.h translate comments: functions 2017-05-27 19:29:55 +02:00
formatAST.cpp Workable version for CREATE DROP w/o ZK tests. [#CLICKHOUSE-5] 2017-06-01 13:49:20 +03:00
formatAST.h Workable version for CREATE DROP w/o ZK tests. [#CLICKHOUSE-5] 2017-06-01 13:49:20 +03:00
IAST.cpp Translated comments 2017-04-02 20:37:49 +03:00
IAST.h Add requested changes. [#CLICKHOUSE-5] 2017-06-01 13:49:21 +03:00
IParser.h translate comments: functions 2017-05-27 19:29:55 +02:00
IParserBase.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
IParserBase.h translate comments: functions 2017-05-27 19:29:55 +02:00
Lexer.cpp Added lexer [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
Lexer.h Added lexer [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
parseQuery.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
parseQuery.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ParserAlterQuery.cpp Rename DROP COLUMN FROM PARTITION -> CLEAR COLUMN IN PARTITION. [#CLICKHOUSE-2896] 2017-06-22 16:18:19 +03:00
ParserAlterQuery.h Rename DROP COLUMN FROM PARTITION -> CLEAR COLUMN IN PARTITION. [#CLICKHOUSE-2896] 2017-06-22 16:18:19 +03:00
ParserCase.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserCase.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ParserCheckQuery.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserCheckQuery.h translate comments: functions 2017-05-27 19:29:55 +02:00
ParserCreateQuery.cpp Parser: fix CREATE VIEW IF EXISTS #934 2017-07-03 17:01:43 +03:00
ParserCreateQuery.h UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserDropQuery.cpp Additions to prev. revision [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserDropQuery.h translate comments: functions 2017-05-27 19:29:55 +02:00
ParserEnumElement.cpp Fixed name [#CLICKHOUSE-2]. 2017-06-15 20:55:57 +03:00
ParserEnumElement.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ParserInsertQuery.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserInsertQuery.h translate comments: functions 2017-05-27 19:29:55 +02:00
ParserKillQueryQuery.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserKillQueryQuery.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ParserOptimizeQuery.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserOptimizeQuery.h translate comments: functions 2017-05-27 19:29:55 +02:00
ParserQuery.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ParserQuery.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ParserQueryWithOutput.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserQueryWithOutput.h Fixed name [#CLICKHOUSE-2]. 2017-06-15 20:55:57 +03:00
ParserRenameQuery.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserRenameQuery.h translate comments: functions 2017-05-27 19:29:55 +02:00
ParserSampleRatio.cpp Fixed name [#CLICKHOUSE-2]. 2017-06-15 20:55:57 +03:00
ParserSampleRatio.h translate comments: functions 2017-05-27 19:29:55 +02:00
ParserSelectQuery.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserSelectQuery.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ParserSetQuery.cpp Get rid of SET GLOBAL command. [#MTRSADMIN-3068] 2017-06-20 22:26:59 +03:00
ParserSetQuery.h translate comments: functions 2017-05-27 19:29:55 +02:00
ParserShowProcesslistQuery.h UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserShowTablesQuery.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserShowTablesQuery.h translate comments: functions 2017-05-27 19:29:55 +02:00
ParserTablePropertiesQuery.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserTablePropertiesQuery.h translate comments: functions 2017-05-27 19:29:55 +02:00
ParserTablesInSelectQuery.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserTablesInSelectQuery.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ParserUseQuery.cpp UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
ParserUseQuery.h translate comments: functions 2017-05-27 19:29:55 +02:00
queryToString.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
queryToString.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
StringRange.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
TablePropertiesQueriesASTs.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00