ClickHouse/dbms/src/Parsers
Marek Vavruša 975a7ada42 StorageMaterializedView: allow CREATE MATERIALIZED VIEW x TO y
This allows creation of materialized views without inner tables,
using an existing table for materialized rows instead.
This is useful for cases when you want to detach the materializing
view, but keep the already materialized data readable, especially
when the inner table is replicated.
2017-10-21 13:34:59 -07:00
..
tests Using lexer (development) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ASTAlterQuery.cpp Add FORMAT section for DDL queries CREATE, ALTER, RENAME, DROP. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
ASTAlterQuery.h allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +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 StorageMaterializedView: allow CREATE MATERIALIZED VIEW x TO y 2017-10-21 13:34:59 -07:00
ASTDropQuery.h Add FORMAT section for DDL queries CREATE, ALTER, RENAME, DROP. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +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 added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ASTFunction.h added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ASTIdentifier.cpp Translated comments 2017-04-02 20:37:49 +03:00
ASTIdentifier.h added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ASTInsertQuery.cpp Get rid of INSERT ID [#CLICKHOUSE-31]. 2017-06-13 07:13:20 +03:00
ASTInsertQuery.h IStorage: allow notification on dependency change 2017-10-10 08:33:00 -07:00
ASTKillQueryQuery.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTKillQueryQuery.h Add FORMAT section for DDL queries CREATE, ALTER, RENAME, DROP. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
ASTLiteral.cpp added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ASTLiteral.h added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ASTNameTypePair.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTOptimizeQuery.h allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03: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
ASTPartition.cpp allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
ASTPartition.h allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +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 Add SYSTEM queries parser. [#CLICKHOUSE-2931] 2017-08-28 20:27:16 +03:00
ASTQueryWithOnCluster.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ASTQueryWithOutput.cpp Add FORMAT section for DDL queries CREATE, ALTER, RENAME, DROP. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
ASTQueryWithOutput.h Add FORMAT section for DDL queries CREATE, ALTER, RENAME, DROP. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
ASTQueryWithTableAndOutput.h translate comments: parsers 2017-05-27 19:27:16 +02:00
ASTRenameQuery.h Add FORMAT section for DDL queries CREATE, ALTER, RENAME, DROP. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
ASTSampleRatio.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ASTSampleRatio.h Allow compile on 32bit systems (#1175) 2017-09-01 20:21:03 +03:00
ASTSelectQuery.cpp Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
ASTSelectQuery.h added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ASTSetQuery.h Add SYSTEM queries parser. [#CLICKHOUSE-2931] 2017-08-28 20:27:16 +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.cpp added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ASTSubquery.h added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ASTSystemQuery.cpp Update ReadWriteBufferFromHTTP.cpp, Context.cpp, etc 2017-08-31 13:26:02 +03:00
ASTSystemQuery.h Improved performance of dynamic compilation [#CLICKHOUSE-2]. 2017-09-17 23:22:39 +03: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 added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
CommonParsers.cpp Fixed build [#CLICKHOUSE-2]. 2017-07-28 00:27:10 +03:00
CommonParsers.h Using lexer: better error messages [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ExpressionElementParsers.cpp allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
ExpressionElementParsers.h added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ExpressionListParsers.cpp added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ExpressionListParsers.h added former WITH clause to SELECT query 2017-08-12 00:01:28 +03: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 Fixed error [#CLICKHOUSE-3191]. 2017-08-01 00:39:24 +03:00
IAST.h Add requested changes. [#CLICKHOUSE-5] 2017-06-01 13:49:21 +03:00
IParser.h Using lexer: better error messages [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
IParserBase.cpp Using lexer: better error messages [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
IParserBase.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
Lexer.cpp Using lexer: better error messages [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
Lexer.h Using lexer: better error messages [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
parseQuery.cpp Fixed error message in case of syntax error [#CLICKHOUSE-2]. 2017-08-05 06:31:52 +03:00
parseQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserAlterQuery.cpp allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
ParserAlterQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserCase.cpp Fixed warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
ParserCase.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserCheckQuery.cpp Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserCheckQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserCreateQuery.cpp StorageMaterializedView: allow CREATE MATERIALIZED VIEW x TO y 2017-10-21 13:34:59 -07:00
ParserCreateQuery.h StorageMaterializedView: allow CREATE MATERIALIZED VIEW x TO y 2017-10-21 13:34:59 -07:00
ParserDropQuery.cpp Using lexer (development) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserDropQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserInsertQuery.cpp Fixed incorrect assertion in INSERT queries with binary formats. [#CLICKHOUSE-3242] 2017-08-23 16:57:22 +03:00
ParserInsertQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserKillQueryQuery.cpp Using lexer: better error messages [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserKillQueryQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserOptimizeQuery.cpp allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
ParserOptimizeQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserPartition.cpp allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
ParserPartition.h allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
ParserQuery.cpp Miscellaneous [#CLICKHOUSE-3]. 2017-10-09 01:53:38 +03:00
ParserQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserQueryWithOutput.cpp Add FORMAT section for DDL queries CREATE, ALTER, RENAME, DROP. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
ParserQueryWithOutput.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserRenameQuery.cpp Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserRenameQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserSampleRatio.cpp Using lexer (development) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserSampleRatio.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserSelectQuery.cpp Fixed regression, added test [#CLICKHOUSE-2]. 2017-08-13 12:20:05 +03:00
ParserSelectQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserSetQuery.cpp Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserSetQuery.h Add SYSTEM queries parser. [#CLICKHOUSE-2931] 2017-08-28 20:27:16 +03:00
ParserShowProcesslistQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserShowTablesQuery.cpp Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserShowTablesQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserSystemQuery.cpp Use only one cache in DNSCache. Add requested changes. [#CLICKHOUSE-2931] 2017-09-01 20:05:24 +03:00
ParserSystemQuery.h Use only one cache in DNSCache. Add requested changes. [#CLICKHOUSE-2931] 2017-09-01 20:05:24 +03:00
ParserTablePropertiesQuery.cpp Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserTablePropertiesQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserTablesInSelectQuery.cpp Using lexer: better error messages [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserTablesInSelectQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserUseQuery.cpp Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
ParserUseQuery.h Using lexer (incomplete) [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03: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 Fixed error in StringRange [#CLICKHOUSE-3281]. 2017-09-06 06:24:39 +03:00
TablePropertiesQueriesASTs.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
TokenIterator.cpp Using lexer: added missing file [#CLICKHOUSE-2]. 2017-07-13 08:59:01 +03:00
TokenIterator.h allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00