.. |
tests
|
Merge pull request #4326 from yandex/duplicate-includes
|
2019-02-10 22:31:37 +03:00 |
ASTAlterQuery.cpp
|
TTL for columns and tables (#4212)
|
2019-04-15 12:30:45 +03:00 |
ASTAlterQuery.h
|
TTL for columns and tables (#4212)
|
2019-04-15 12:30:45 +03:00 |
ASTAssignment.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTAsterisk.cpp
|
Get rid of useless std::move to get NRVO
|
2018-08-27 22:15:48 +08:00 |
ASTAsterisk.h
|
JoinToSubqueryTransform with short names
|
2019-02-20 15:12:36 +03:00 |
ASTCheckQuery.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTColumnDeclaration.cpp
|
TTL for columns and tables (#4212)
|
2019-04-15 12:30:45 +03:00 |
ASTColumnDeclaration.h
|
TTL for columns and tables (#4212)
|
2019-04-15 12:30:45 +03:00 |
ASTCreateQuery.cpp
|
TTL for columns and tables (#4212)
|
2019-04-15 12:30:45 +03:00 |
ASTCreateQuery.h
|
TTL for columns and tables (#4212)
|
2019-04-15 12:30:45 +03:00 |
ASTDropQuery.cpp
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTDropQuery.h
|
support for CREATE OR REPLACE VIEW
|
2019-03-11 17:50:31 +01:00 |
ASTEnumElement.h
|
Fix includes
|
2018-12-19 20:57:51 +03:00 |
ASTExplainQuery.h
|
Improve push-down predicate tests.
|
2019-02-26 13:17:25 +03:00 |
ASTExpressionList.cpp
|
Get rid of useless std::move to get NRVO
|
2018-08-27 22:15:48 +08:00 |
ASTExpressionList.h
|
fix style
|
2018-12-08 01:02:33 +03:00 |
ASTFunction.cpp
|
Fixed test
|
2019-05-17 01:51:26 +03:00 |
ASTFunction.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTIdentifier.cpp
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
ASTIdentifier.h
|
Replace all other casts to method IAST::As<Derived>
|
2019-03-11 15:49:39 +03:00 |
ASTIndexDeclaration.h
|
granularity
|
2019-02-06 11:43:54 +03:00 |
ASTInsertQuery.cpp
|
Add support for settings 'format_schema' in a "INSERT INTO table FORMAT" query.
|
2019-02-20 05:32:29 +03:00 |
ASTInsertQuery.h
|
Add support for settings 'format_schema' in a "INSERT INTO table FORMAT" query.
|
2019-02-20 05:32:29 +03:00 |
ASTKillQueryQuery.cpp
|
use enum for KILL query type [#CLICKHOUSE-3912]
|
2019-02-05 21:09:16 +03:00 |
ASTKillQueryQuery.h
|
use enum for KILL query type [#CLICKHOUSE-3912]
|
2019-02-05 21:09:16 +03:00 |
ASTLiteral.cpp
|
speedup calculation of ASTLiteral hash a bit #4058
|
2019-01-23 16:20:03 +03:00 |
ASTLiteral.h
|
speedup calculation of ASTLiteral hash a bit #4058
|
2019-01-23 16:20:03 +03:00 |
ASTNameTypePair.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTOptimizeQuery.cpp
|
USE database for ON CLUSTER DDLs [CLICKHOUSE-4036]
|
2018-10-24 18:31:07 +03:00 |
ASTOptimizeQuery.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTOrderByElement.cpp
|
Fixed linking [#CLICKHOUSE-2].
|
2017-11-20 08:59:58 +03:00 |
ASTOrderByElement.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTPartition.cpp
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTPartition.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTQualifiedAsterisk.cpp
|
Added IAST::appendColumnName(WriteBuffer &); reimplemented IAST::getColumnName() using it.
|
2018-06-28 20:25:09 +03:00 |
ASTQualifiedAsterisk.h
|
JoinToSubqueryTransform with short names
|
2019-02-20 15:12:36 +03:00 |
ASTQueryWithOnCluster.cpp
|
more refactoring: funcs to extract database_and_table from AST
|
2018-10-29 22:04:28 +03:00 |
ASTQueryWithOnCluster.h
|
Added some warnings from clang's -Weverything
|
2019-01-04 15:10:00 +03:00 |
ASTQueryWithOutput.cpp
|
Revert wrong replacements of dynamic_cast.
|
2019-03-12 15:41:57 +03:00 |
ASTQueryWithOutput.h
|
Fixed -Wshadow-field #4005
|
2019-01-24 22:37:32 +03:00 |
ASTQueryWithTableAndOutput.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTRenameQuery.h
|
Revert references where they were before refactoring.
|
2019-03-15 19:14:13 +03:00 |
ASTSampleRatio.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
ASTSampleRatio.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTSelectQuery.cpp
|
added offset for limit by
|
2019-04-29 16:12:39 +03:00 |
ASTSelectQuery.h
|
added offset for limit by
|
2019-04-29 16:12:39 +03:00 |
ASTSelectWithUnionQuery.cpp
|
use AddDefaultDatabaseVisitor for views [CLICKHOUSE-3145]
|
2018-11-01 17:49:37 +03:00 |
ASTSelectWithUnionQuery.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTSetQuery.h
|
Refactoring of Settings based on new template class SettingsCollection.
|
2019-04-26 19:11:05 +03:00 |
ASTShowProcesslistQuery.h
|
fix typo of struct name
|
2018-04-20 16:27:48 +03:00 |
ASTShowTablesQuery.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTSubquery.cpp
|
Attempt to fix CLICKHOUSE-3888 bug
|
2018-09-10 06:59:48 +03:00 |
ASTSubquery.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTSystemQuery.cpp
|
Fix typo in const name
|
2019-02-02 11:28:43 +00:00 |
ASTSystemQuery.h
|
Fix typo in const name
|
2019-02-02 11:28:43 +00:00 |
ASTTablesInSelectQuery.cpp
|
have the parser recognize asof joins and feed them through to the executor
|
2019-03-26 19:17:21 +00:00 |
ASTTablesInSelectQuery.h
|
Enable predicate push-down optimization by default. (#4846)
|
2019-04-18 13:39:25 +03:00 |
ASTUseQuery.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
ASTWithAlias.cpp
|
parse ALTER UPDATE command [#CLICKHOUSE-13]
|
2018-08-30 16:56:43 +03:00 |
ASTWithAlias.h
|
Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893""
|
2018-09-05 12:47:57 +03:00 |
CMakeLists.txt
|
Cmake: dont use LINK_MODE (but use BUILD_SHARED_LIBS) (#5091)
|
2019-04-24 12:06:28 +03:00 |
CommonParsers.cpp
|
Fixed error with "extractURLParameter" function (read after buffer); improved performance; added support for zero bytes in URLs; renamed Chars_t type [#CLICKHOUSE-2]
|
2018-11-25 03:08:50 +03:00 |
CommonParsers.h
|
Introduce DATE_ADD/DATE_SUB/TIMESTAMP_ADD/TIMESTAMP_SUB #3705
|
2018-12-19 14:37:14 +03:00 |
DumpASTNode.h
|
Implement the debug query "ANALYZE"
|
2019-02-26 13:17:25 +03:00 |
ExpressionElementParsers.cpp
|
have the parser recognize asof joins and feed them through to the executor
|
2019-03-26 19:17:21 +00:00 |
ExpressionElementParsers.h
|
Merge branch 'master' into custom_compression_codecs
|
2018-12-21 11:57:21 +03:00 |
ExpressionListParsers.cpp
|
Revert references where they were before refactoring.
|
2019-03-15 19:14:13 +03:00 |
ExpressionListParsers.h
|
Fixed code with extremely high level of ugliness [#CLICKHOUSE-3764]
|
2018-06-07 23:25:38 +03:00 |
formatAST.cpp
|
write metadata znode in StorageReplicatedMergeTree::alter() [#CLICKHOUSE-3859]
|
2018-11-13 16:13:34 +03:00 |
formatAST.h
|
write metadata znode in StorageReplicatedMergeTree::alter() [#CLICKHOUSE-3859]
|
2018-11-13 16:13:34 +03:00 |
IAST_fwd.h
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
IAST.cpp
|
Always backquote column names in CREATE/ATTACH queries
|
2019-03-24 02:01:57 +03:00 |
IAST.h
|
Always backquote column names in CREATE/ATTACH queries
|
2019-03-24 02:01:57 +03:00 |
IdentifierQuotingStyle.h
|
Added missing file #2635
|
2018-07-20 03:04:48 +03:00 |
iostream_debug_helpers.cpp
|
Fixed style a bit [#CLICKHOUSE-2]
|
2018-05-07 05:01:29 +03:00 |
iostream_debug_helpers.h
|
Fix build
|
2018-04-13 23:16:12 +03:00 |
IParser.h
|
make modify column comment work
|
2018-11-15 01:46:39 +03:00 |
IParserBase.cpp
|
try to get rid of IAST::range #4058
|
2019-01-23 14:19:22 +03:00 |
IParserBase.h
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
Lexer.cpp
|
dbms: Fixed misspells in comments
|
2019-01-23 04:56:53 +09:00 |
Lexer.h
|
minor fixes
|
2018-03-27 22:14:48 +03:00 |
parseDatabaseAndTableName.cpp
|
helpers for ASTIdentifier (hide semantic and casts)
|
2019-01-14 21:15:04 +03:00 |
parseDatabaseAndTableName.h
|
Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2
|
2018-05-21 16:49:54 +03:00 |
parseIdentifierOrStringLiteral.cpp
|
Revert references where they were before refactoring.
|
2019-03-15 19:14:13 +03:00 |
parseIdentifierOrStringLiteral.h
|
Update parseIdentifierOrStringLiteral.h
|
2017-11-21 22:35:54 +03:00 |
parseQuery.cpp
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
parseQuery.h
|
dbms: Fixed misspells in comments
|
2019-01-23 04:56:53 +09:00 |
ParserAlterQuery.cpp
|
TTL for columns and tables (#4212)
|
2019-04-15 12:30:45 +03:00 |
ParserAlterQuery.h
|
support for IF EXISTS/IF NOT EXISTS in ALTER TABLE ADD/DROP/CLEAR/MODIFY/COMMENT COLUMN
|
2018-12-21 15:53:00 +01:00 |
ParserCase.cpp
|
CLICKHOUSE-3819 add CASE without ELSE
|
2018-08-22 18:17:40 +03:00 |
ParserCase.h
|
move DumpASTNode to own file, style fixes [CLICKHOUSE-4001]
|
2018-10-09 17:32:11 +03:00 |
ParserCheckQuery.cpp
|
helpers for ASTIdentifier (hide semantic and casts)
|
2019-01-14 21:15:04 +03:00 |
ParserCheckQuery.h
|
move DumpASTNode to own file, style fixes [CLICKHOUSE-4001]
|
2018-10-09 17:32:11 +03:00 |
ParserCreateQuery.cpp
|
TTL for columns and tables (#4212)
|
2019-04-15 12:30:45 +03:00 |
ParserCreateQuery.h
|
TTL for columns and tables (#4212)
|
2019-04-15 12:30:45 +03:00 |
ParserDescribeTableQuery.cpp
|
more refactoring: funcs to extract database_and_table from AST
|
2018-10-29 22:04:28 +03:00 |
ParserDescribeTableQuery.h
|
move DumpASTNode to own file, style fixes [CLICKHOUSE-4001]
|
2018-10-09 17:32:11 +03:00 |
ParserDropQuery.cpp
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
ParserDropQuery.h
|
Whitespaces [#CLICKHOUSE-2]
|
2018-11-26 03:56:50 +03:00 |
ParserInsertQuery.cpp
|
Add support for settings 'format_schema' in a "INSERT INTO table FORMAT" query.
|
2019-02-20 05:32:29 +03:00 |
ParserInsertQuery.h
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
ParserKillQueryQuery.cpp
|
use enum for KILL query type [#CLICKHOUSE-3912]
|
2019-02-05 21:09:16 +03:00 |
ParserKillQueryQuery.h
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
ParserOptimizeQuery.cpp
|
helpers for ASTIdentifier (hide semantic and casts)
|
2019-01-14 21:15:04 +03:00 |
ParserOptimizeQuery.h
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
ParserPartition.cpp
|
Revert references where they were before refactoring.
|
2019-03-15 19:14:13 +03:00 |
ParserPartition.h
|
allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000]
|
2017-09-26 20:40:02 +03:00 |
ParserQuery.cpp
|
move DumpASTNode to own file, style fixes [CLICKHOUSE-4001]
|
2018-10-09 17:32:11 +03:00 |
ParserQuery.h
|
Added failing test
|
2019-05-16 22:00:46 +03:00 |
ParserQueryWithOutput.cpp
|
Revert references where they were before refactoring.
|
2019-03-15 19:14:13 +03:00 |
ParserQueryWithOutput.h
|
Add support for settings 'format_schema' in an output query.
|
2019-01-23 22:23:37 +03:00 |
ParserRenameQuery.cpp
|
helpers for ASTIdentifier (hide semantic and casts)
|
2019-01-14 21:15:04 +03:00 |
ParserRenameQuery.h
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
ParserSampleRatio.cpp
|
Addition to prev. revision #3926
|
2018-12-27 03:02:11 +03:00 |
ParserSampleRatio.h
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
ParserSelectQuery.cpp
|
added offset for limit by
|
2019-04-29 16:12:39 +03:00 |
ParserSelectQuery.h
|
Better UNION ALL: development #1947
|
2018-02-25 03:50:53 +03:00 |
ParserSelectWithUnionQuery.cpp
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
ParserSelectWithUnionQuery.h
|
Miscellaneous #2134
|
2018-04-19 06:08:22 +03:00 |
ParserSetQuery.cpp
|
Transform comments for MergeTreeSettings into descriptions.
|
2019-04-27 01:09:16 +03:00 |
ParserSetQuery.h
|
use more typesafe AST objects in ASTCreateQuery [#CLICKHOUSE-3000]
|
2017-10-20 21:28:41 +03:00 |
ParserShowProcesslistQuery.h
|
move DumpASTNode to own file, style fixes [CLICKHOUSE-4001]
|
2018-10-09 17:32:11 +03:00 |
ParserShowTablesQuery.cpp
|
Revert references where they were before refactoring.
|
2019-03-15 19:14:13 +03:00 |
ParserShowTablesQuery.h
|
move DumpASTNode to own file, style fixes [CLICKHOUSE-4001]
|
2018-10-09 17:32:11 +03:00 |
ParserSystemQuery.cpp
|
Fix typo in const name
|
2019-02-02 11:28:43 +00:00 |
ParserSystemQuery.h
|
Use only one cache in DNSCache. Add requested changes. [#CLICKHOUSE-2931]
|
2017-09-01 20:05:24 +03:00 |
ParserTablePropertiesQuery.cpp
|
helpers for ASTIdentifier (hide semantic and casts)
|
2019-01-14 21:15:04 +03:00 |
ParserTablePropertiesQuery.h
|
fixed comment test.
|
2018-11-06 16:26:43 +03:00 |
ParserTablesInSelectQuery.cpp
|
have the parser recognize asof joins and feed them through to the executor
|
2019-03-26 19:17:21 +00:00 |
ParserTablesInSelectQuery.h
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
ParserUnionQueryElement.cpp
|
Rename As<…> → as<…>
|
2019-03-11 16:22:51 +03:00 |
ParserUnionQueryElement.h
|
ISSUES-2133 Support union query with subquery
|
2018-03-29 09:06:17 +08:00 |
ParserUseQuery.cpp
|
Grouped includes (40 of 182)
|
2019-02-10 20:40:52 +03:00 |
ParserUseQuery.h
|
Using lexer (incomplete) [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
queryToString.cpp
|
Simplification of AST #1947
|
2018-02-26 06:40:20 +03:00 |
queryToString.h
|
Add new virtual columns into system.tables. [#CLICKHOUSE-3554]
|
2018-02-08 17:15:40 +03:00 |
StringRange.h
|
Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893""
|
2018-09-05 12:47:57 +03:00 |
TablePropertiesQueriesASTs.h
|
fix AST debug print with underline symbol
|
2018-12-07 15:34:40 +03:00 |
TokenIterator.cpp
|
Using lexer: added missing file [#CLICKHOUSE-2].
|
2017-07-13 08:59:01 +03:00 |
TokenIterator.h
|
minor fixes
|
2018-03-27 22:14:48 +03:00 |