.. |
Access
|
Make the password wiping an option of IAST::format().
|
2022-11-16 01:35:06 +01:00 |
examples
|
Prefix overridden add_executable() command with "clickhouse_"
|
2022-07-11 19:36:18 +02:00 |
fuzzers
|
check ast limits for create_parser_fuzzer
|
2022-11-23 00:46:27 +01:00 |
Kusto
|
Kusto-phase1: use empty to check vector instead of size
|
2022-09-06 22:28:25 -07:00 |
MySQL
|
to MaterializeMySQL_support_drop_mulit_table-change ParserIdentifier
|
2022-11-24 12:19:22 +08:00 |
tests
|
Kusto-phase1 : Updated kql pipe flow with some optimizations
|
2022-09-05 21:16:04 -07:00 |
ASTAlterNamedCollectionQuery.cpp
|
Mask secrets in log
|
2022-11-21 22:45:43 +01:00 |
ASTAlterNamedCollectionQuery.h
|
Better
|
2022-11-16 17:58:21 +01:00 |
ASTAlterQuery.cpp
|
Merge branch 'master' into fix_reset_setting_on_cluster
|
2022-11-30 21:47:43 +01:00 |
ASTAlterQuery.h
|
Simple cleanup: interpreters and parsers
|
2022-07-05 22:13:39 +00:00 |
ASTAssignment.h
|
Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders
|
2022-03-14 18:17:35 +00:00 |
ASTAsterisk.cpp
|
Fix column matcher and column transformer
|
2022-04-20 01:22:04 +08:00 |
ASTAsterisk.h
|
Remove multiple_joins_rewriter v1 (#15472)
|
2020-09-30 23:11:49 +03:00 |
ASTBackupQuery.cpp
|
Make the password wiping an option of IAST::format().
|
2022-11-16 01:35:06 +01:00 |
ASTBackupQuery.h
|
Make the password wiping an option of IAST::format().
|
2022-11-16 01:35:06 +01:00 |
ASTCheckQuery.h
|
Better
|
2021-11-11 13:28:18 +00:00 |
ASTCollation.cpp
|
Apply suggestions from code review
|
2022-04-22 20:00:12 +08:00 |
ASTCollation.h
|
remove parse about the not null in ParserCollation
|
2022-04-15 21:31:25 +08:00 |
ASTColumnDeclaration.cpp
|
Apply suggestions from code review
|
2022-04-22 20:00:12 +08:00 |
ASTColumnDeclaration.h
|
support collation in create query
|
2022-04-15 00:12:31 +08:00 |
ASTColumnsMatcher.cpp
|
Fixed tests
|
2022-10-24 10:22:38 +02:00 |
ASTColumnsMatcher.h
|
Added Analyzer
|
2022-10-24 10:22:18 +02:00 |
ASTColumnsTransformers.cpp
|
Added Analyzer
|
2022-10-24 10:22:18 +02:00 |
ASTColumnsTransformers.h
|
Added Analyzer
|
2022-10-24 10:22:18 +02:00 |
ASTConstraintDeclaration.cpp
|
fix
|
2021-01-03 18:02:00 +03:00 |
ASTConstraintDeclaration.h
|
minor fixes in constraints
|
2021-11-17 18:43:02 +03:00 |
ASTCreateFunctionQuery.cpp
|
support explain create function query
|
2022-01-20 16:23:52 +08:00 |
ASTCreateFunctionQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTCreateIndexQuery.cpp
|
SQL create drop index update implementation
|
2022-06-29 13:10:30 +02:00 |
ASTCreateIndexQuery.h
|
SQL create drop index update implementation
|
2022-06-29 13:10:30 +02:00 |
ASTCreateNamedCollectionQuery.cpp
|
Mask secrets in log
|
2022-11-21 22:45:43 +01:00 |
ASTCreateNamedCollectionQuery.h
|
Better
|
2022-11-16 17:58:21 +01:00 |
ASTCreateQuery.cpp
|
Make as_table_function a child of ASTCreateQuery (to help writing visitors).
|
2022-10-31 10:50:33 +01:00 |
ASTCreateQuery.h
|
Make as_table_function a child of ASTCreateQuery (to help writing visitors).
|
2022-10-31 10:50:33 +01:00 |
ASTDatabaseOrNone.cpp
|
Backquote default database in CREATE USER
|
2021-08-15 17:05:28 +03:00 |
ASTDatabaseOrNone.h
|
add missing changes
|
2021-07-28 14:05:22 +08:00 |
ASTDeleteQuery.cpp
|
Update ASTDeleteQuery.cpp
|
2022-09-20 12:02:29 +02:00 |
ASTDeleteQuery.h
|
Support delete from ... where syntax on mergetree tables
|
2022-07-15 12:32:41 +08:00 |
ASTDescribeCacheQuery.h
|
Rename
|
2022-09-19 14:02:51 +02:00 |
ASTDictionary.cpp
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
ASTDictionary.h
|
Reduce dependencies on ASTLiteral.h
|
2021-11-26 17:54:57 +01:00 |
ASTDictionaryAttributeDeclaration.cpp
|
Dictionaries allow to specify bidirectional for hierarhical attribute
|
2022-05-23 12:42:00 +02:00 |
ASTDictionaryAttributeDeclaration.h
|
Dictionaries allow to specify bidirectional for hierarhical attribute
|
2022-05-23 12:42:00 +02:00 |
ASTDropFunctionQuery.cpp
|
SQLUserDefinedFunctions support ON CLUSTER
|
2021-10-27 11:28:21 +03:00 |
ASTDropFunctionQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTDropIndexQuery.cpp
|
SQL create drop index update implementation
|
2022-06-29 13:10:30 +02:00 |
ASTDropIndexQuery.h
|
SQL create drop index update implementation
|
2022-06-29 13:10:30 +02:00 |
ASTDropNamedCollectionQuery.cpp
|
Add commands CREATE/ALTER/DROP NAMED COLLECTION
|
2022-11-15 15:51:56 +01:00 |
ASTDropNamedCollectionQuery.h
|
Better
|
2022-11-16 17:58:21 +01:00 |
ASTDropQuery.cpp
|
deprecate Ordinary database
|
2022-06-23 10:20:14 +02:00 |
ASTDropQuery.h
|
Simple cleanup: interpreters and parsers
|
2022-07-05 22:13:39 +00:00 |
ASTExplainQuery.h
|
Update explain query tree representation
|
2022-10-24 10:22:18 +02:00 |
ASTExpressionList.cpp
|
Do not prepend whitespace in grouping sets
|
2022-05-13 16:14:41 +00:00 |
ASTExpressionList.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ASTExternalDDLQuery.h
|
Reduce dependencies on ASTSelectWithUnionQuery.h
|
2021-11-26 19:27:16 +01:00 |
ASTFunction.cpp
|
Move function findFunctionSecretArguments() to ASTFunction.cpp
|
2022-11-17 18:16:28 +01:00 |
ASTFunction.h
|
Fix style.
|
2022-11-16 01:35:11 +01:00 |
ASTFunctionWithKeyValueArguments.cpp
|
Make the password wiping an option of IAST::format().
|
2022-11-16 01:35:06 +01:00 |
ASTFunctionWithKeyValueArguments.h
|
Fix style.
|
2022-11-16 01:35:11 +01:00 |
ASTHelpers.h
|
Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders
|
2022-03-14 18:17:35 +00:00 |
ASTIdentifier_fwd.h
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ASTIdentifier.cpp
|
Fix cloning of ASTIdentifier
|
2022-11-16 10:22:28 +00:00 |
ASTIdentifier.h
|
Added Analyzer
|
2022-10-24 10:22:18 +02:00 |
ASTIndexDeclaration.cpp
|
SQL create drop index update implementation
|
2022-06-29 13:10:30 +02:00 |
ASTIndexDeclaration.h
|
SQL create drop index update implementation
|
2022-06-29 13:10:30 +02:00 |
ASTInsertQuery.cpp
|
Remove abbreviation
|
2022-04-18 01:02:49 +02:00 |
ASTInsertQuery.h
|
Simple cleanup: interpreters and parsers
|
2022-07-05 22:13:39 +00:00 |
ASTInterpolateElement.cpp
|
aliases processing fixed
|
2022-03-28 19:15:53 -04:00 |
ASTInterpolateElement.h
|
fixed ASTInterpolateElement::clone, fixed QueryNormalizer to exclude ASTInterpolateElement::children
|
2022-04-07 17:41:05 -04:00 |
ASTKillQueryQuery.cpp
|
add kill transaction query
|
2022-03-10 22:29:58 +01:00 |
ASTKillQueryQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTLiteral.cpp
|
ASTLiteral clone all except unique_column_name
|
2022-05-03 10:18:18 +00:00 |
ASTLiteral.h
|
Fix compilation.
|
2022-05-03 18:34:29 +02:00 |
ASTNameTypePair.cpp
|
use WriteBuffer in formatAST(...)
|
2020-11-09 19:05:40 +03:00 |
ASTNameTypePair.h
|
Get rid of annoying trailing whitespaces in CREATE query
|
2020-06-02 00:11:08 +03:00 |
ASTOptimizeQuery.cpp
|
Better
|
2021-11-11 13:28:18 +00:00 |
ASTOptimizeQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTOrderByElement.cpp
|
use WriteBuffer in formatAST(...)
|
2020-11-09 19:05:40 +03:00 |
ASTOrderByElement.h
|
added INTERPOLATE extension for ORDER BY WITH FILL
|
2022-03-17 01:51:35 -04:00 |
ASTPartition.cpp
|
[Improvement] improvement in PARTITION ALL
|
2022-04-07 17:37:01 +08:00 |
ASTPartition.h
|
First try at reducing the use of StringRef
|
2022-07-17 17:26:02 +00:00 |
ASTProjectionDeclaration.cpp
|
Better projection format and test fixes
|
2022-02-07 10:47:11 +08:00 |
ASTProjectionDeclaration.h
|
Reduce dependencies on ASTFunction.h
|
2021-11-26 18:21:54 +01:00 |
ASTProjectionSelectQuery.cpp
|
Simplify the logic by just adding ORDER BY list to SELECT
|
2022-11-12 12:58:53 +01:00 |
ASTProjectionSelectQuery.h
|
Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders
|
2022-03-14 18:17:35 +00:00 |
ASTQualifiedAsterisk.cpp
|
Fix column matcher and column transformer
|
2022-04-20 01:22:04 +08:00 |
ASTQualifiedAsterisk.h
|
Remove multiple_joins_rewriter v1 (#15472)
|
2020-09-30 23:11:49 +03:00 |
ASTQueryParameter.cpp
|
use WriteBuffer in formatAST(...)
|
2020-11-09 19:05:40 +03:00 |
ASTQueryParameter.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ASTQueryWithOnCluster.cpp
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTQueryWithOnCluster.h
|
Make calculation of shard_num & replica_num not dependant on match of the cluster's definitions on nodes.
|
2022-05-03 11:01:44 +02:00 |
ASTQueryWithOutput.cpp
|
Improvements based on comments from the PR
|
2022-08-22 17:39:33 +02:00 |
ASTQueryWithOutput.h
|
Addressed review comments
|
2022-07-14 22:47:38 +02:00 |
ASTQueryWithTableAndOutput.cpp
|
Better
|
2021-11-11 13:28:18 +00:00 |
ASTQueryWithTableAndOutput.h
|
Fix tests
|
2021-10-21 15:53:02 +03:00 |
ASTRenameQuery.h
|
Simple cleanup: interpreters and parsers
|
2022-07-05 22:13:39 +00:00 |
ASTSampleRatio.cpp
|
use WriteBuffer in formatAST(...)
|
2020-11-09 19:05:40 +03:00 |
ASTSampleRatio.h
|
Added SAMPLE BY support. Added SAMPLE BY, FINAL support for JOINS.
|
2022-10-24 10:22:20 +02:00 |
ASTSelectIntersectExceptQuery.cpp
|
implement intersect + except distinct
|
2022-08-30 18:09:01 +08:00 |
ASTSelectIntersectExceptQuery.h
|
implement intersect + except distinct
|
2022-08-30 18:09:01 +08:00 |
ASTSelectQuery.cpp
|
parser format
|
2022-11-05 17:22:41 +08:00 |
ASTSelectQuery.h
|
support GROUP BY ALL
|
2022-10-18 10:46:37 +08:00 |
ASTSelectWithUnionQuery.cpp
|
Add default UNION/EXCEPT/INTERSECT to the echo query text
|
2022-09-28 00:59:50 +00:00 |
ASTSelectWithUnionQuery.h
|
Simple cleanup: interpreters and parsers
|
2022-07-05 22:13:39 +00:00 |
ASTSetQuery.cpp
|
move default settings to different part of ast
|
2022-10-11 18:25:28 +00:00 |
ASTSetQuery.h
|
move default settings to different part of ast
|
2022-10-11 18:25:28 +00:00 |
ASTShowProcesslistQuery.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ASTShowTablesQuery.cpp
|
Rename
|
2022-09-19 14:02:51 +02:00 |
ASTShowTablesQuery.h
|
Better
|
2022-06-23 17:46:27 +02:00 |
ASTSubquery.cpp
|
Fix "Missing columns" for GLOBAL JOIN with CTE w/o alias
|
2022-06-14 17:22:07 +03:00 |
ASTSubquery.h
|
Fix "Missing columns" for GLOBAL JOIN with CTE w/o alias
|
2022-06-14 17:22:07 +03:00 |
ASTSystemQuery.cpp
|
Finish support for persistent files
|
2022-08-10 16:54:59 +02:00 |
ASTSystemQuery.h
|
Consolidate config_core.h into config.h
|
2022-09-28 13:31:57 +00:00 |
ASTTableOverrides.cpp
|
Activate clang-tidy warning "readability-container-contains"
|
2022-04-18 23:53:11 +02:00 |
ASTTableOverrides.h
|
Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders
|
2022-03-14 18:17:35 +00:00 |
ASTTablesInSelectQuery.cpp
|
Join enums refactoring
|
2022-07-29 18:35:05 +02:00 |
ASTTablesInSelectQuery.h
|
Join enums refactoring
|
2022-07-29 18:35:05 +02:00 |
ASTTransactionControl.cpp
|
more introspection
|
2022-03-18 14:33:59 +01:00 |
ASTTransactionControl.h
|
more introspection
|
2022-03-18 14:33:59 +01:00 |
ASTTTLElement.cpp
|
Fixes for -Wshorten-64-to-32
|
2022-10-21 13:25:19 +02:00 |
ASTTTLElement.h
|
Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders
|
2022-03-14 18:17:35 +00:00 |
ASTUseQuery.h
|
Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders
|
2022-03-14 18:17:35 +00:00 |
ASTWatchQuery.h
|
Better
|
2021-11-11 13:28:18 +00:00 |
ASTWindowDefinition.cpp
|
Initial: replacing hardcoded toString for enums with magic_enum
|
2021-09-06 16:24:03 +02:00 |
ASTWindowDefinition.h
|
Uppercase ROWS , GROUPS , RANGE in queries with windows. (#39410)
|
2022-07-25 22:53:53 +02:00 |
ASTWithAlias.cpp
|
implement legacy_column_name_of_tuple_literal in less intrusive way
|
2021-08-03 21:03:24 +03:00 |
ASTWithAlias.h
|
implement legacy_column_name_of_tuple_literal in less intrusive way
|
2021-08-03 21:03:24 +03:00 |
ASTWithElement.cpp
|
Change formatting of subqueries (make it more human friendly)
|
2021-05-20 21:04:12 +03:00 |
ASTWithElement.h
|
CTE
|
2020-09-13 09:39:17 +08:00 |
CMakeLists.txt
|
Kusto-phase1: Add Support to Kusto Query Language
|
2022-08-16 17:31:38 -04:00 |
CommonParsers.cpp
|
Another try
|
2022-01-09 08:12:34 +03:00 |
CommonParsers.h
|
Ignore AUTO_INCREMENT in CREATE TABLE to simplify migration from MySQL
|
2022-05-13 09:22:52 +00:00 |
DumpASTNode.h
|
base should not depend on Common
|
2022-04-29 10:26:35 +08:00 |
ExpressionElementParsers.cpp
|
Add test
|
2022-11-08 14:28:19 +00:00 |
ExpressionElementParsers.h
|
Added variations of Maps, Arrays and Tuples
|
2022-11-08 00:19:01 +00:00 |
ExpressionListParsers.cpp
|
Merge pull request #43350 from evillique/fix-parser-5
|
2022-11-21 16:23:02 +01:00 |
ExpressionListParsers.h
|
Revert some breaking changes
|
2022-09-16 03:29:34 +00:00 |
formatAST.cpp
|
Support sql standard drop index in seprate parser files
|
2022-06-29 11:08:05 +08:00 |
formatAST.h
|
Support sql standard drop index in seprate parser files
|
2022-06-29 11:08:05 +08:00 |
formatSettingName.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
formatSettingName.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
getInsertQuery.cpp
|
Fix build
|
2021-08-25 21:51:43 +00:00 |
getInsertQuery.h
|
Fix build
|
2021-08-25 21:51:43 +00:00 |
IAST_fwd.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
IAST.cpp
|
Remove unused argument hilite in formatWithSecretHidden().
|
2022-11-17 18:16:33 +01:00 |
IAST.h
|
Remove unused argument hilite in formatWithSecretHidden().
|
2022-11-17 18:16:33 +01:00 |
IdentifierQuotingStyle.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
InsertQuerySettingsPushDownVisitor.cpp
|
Fix typos with new codespell
|
2022-09-02 08:54:48 +00:00 |
InsertQuerySettingsPushDownVisitor.h
|
Move InDepthNodeVisitor.h back to src/Interpreters.
|
2022-11-17 18:16:32 +01:00 |
iostream_debug_helpers.cpp
|
remove other stringstreams
|
2020-11-09 22:12:44 +03:00 |
iostream_debug_helpers.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
IParser.h
|
One step backwards
|
2022-01-09 10:42:06 +03:00 |
IParserBase.cpp
|
One step backwards
|
2022-01-09 10:42:06 +03:00 |
IParserBase.h
|
Another try
|
2022-01-09 08:12:34 +03:00 |
Lexer.cpp
|
abort instead of __builtin_unreachable in debug builds
|
2022-10-07 21:49:08 +02:00 |
Lexer.h
|
Kusto-phase1: Add Support to Kusto Query Language
|
2022-08-16 17:31:38 -04:00 |
makeASTForLogicalFunction.cpp
|
Fix various clang-tidy warnings
|
2022-04-20 10:29:05 +02:00 |
makeASTForLogicalFunction.h
|
Remove unused potentially dangerous function
|
2020-07-06 09:05:48 +03:00 |
obfuscateQueries.cpp
|
Activate clang-tidy warning "readability-container-contains"
|
2022-04-18 23:53:11 +02:00 |
obfuscateQueries.h
|
Fix comment
|
2020-09-26 03:50:56 +03:00 |
parseDatabaseAndTableName.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
parseDatabaseAndTableName.h
|
Minor refactor
|
2021-11-16 08:58:28 +00:00 |
parseIdentifierOrStringLiteral.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
parseIdentifierOrStringLiteral.h
|
Reduce IParser.h dependencies and dependents
|
2021-11-26 17:19:47 +01:00 |
parseIntervalKind.cpp
|
Added H literal for Hour IntervalKind
|
2022-08-08 08:54:53 -07:00 |
parseIntervalKind.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
parseQuery.cpp
|
Fixes for -Wshorten-64-to-32
|
2022-10-21 13:25:19 +02:00 |
parseQuery.h
|
Introduce compatiblity mode for SETTINGS after FORMAT
|
2022-04-07 16:36:34 +03:00 |
ParserAlterNamedCollectionQuery.cpp
|
Slightly better loading of metadata
|
2022-11-17 16:35:05 +01:00 |
ParserAlterNamedCollectionQuery.h
|
Add commands CREATE/ALTER/DROP NAMED COLLECTION
|
2022-11-15 15:51:56 +01:00 |
ParserAlterQuery.cpp
|
Support sql standard drop index in seprate parser files
|
2022-06-29 11:08:05 +08:00 |
ParserAlterQuery.h
|
Support sql standard drop index in seprate parser files
|
2022-06-29 11:08:05 +08:00 |
ParserAttachAccessEntity.cpp
|
dedicated files for ParserAttachAccessEntity
|
2022-04-20 22:59:12 -04:00 |
ParserAttachAccessEntity.h
|
dedicated files for ParserAttachAccessEntity
|
2022-04-20 22:59:12 -04:00 |
ParserBackupQuery.cpp
|
Fix style.
|
2022-11-16 15:57:50 +01:00 |
ParserBackupQuery.h
|
More detailed error messages.
|
2022-07-03 14:20:19 +02:00 |
ParserCase.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserCase.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserCheckQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserCheckQuery.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserCreateFunctionQuery.cpp
|
Final replace of ParserExpression
|
2022-06-29 23:26:55 +00:00 |
ParserCreateFunctionQuery.h
|
Add validation of unknown identifiers in function
|
2021-05-11 01:35:22 +03:00 |
ParserCreateIndexQuery.cpp
|
SQL create drop index fix formatting
|
2022-07-01 22:35:20 +02:00 |
ParserCreateIndexQuery.h
|
SQL create drop index update implementation
|
2022-06-29 13:10:30 +02:00 |
ParserCreateQuery.cpp
|
Merge remote-tracking branch 'upstream/master' into named-collections-sql-commands
|
2022-11-21 21:49:34 +01:00 |
ParserCreateQuery.h
|
Merge remote-tracking branch 'upstream/master' into named-collections-sql-commands
|
2022-11-21 21:49:34 +01:00 |
ParserDatabaseOrNone.cpp
|
add missing changes
|
2021-07-28 14:05:22 +08:00 |
ParserDatabaseOrNone.h
|
add missing changes
|
2021-07-28 14:05:22 +08:00 |
ParserDataType.cpp
|
fix parsing of ints
|
2022-04-19 13:31:45 +00:00 |
ParserDataType.h
|
separate parser for data type
|
2020-06-18 17:09:24 +03:00 |
ParserDeleteQuery.cpp
|
Done
|
2022-09-19 21:05:30 +02:00 |
ParserDeleteQuery.h
|
Support delete from ... where syntax on mergetree tables
|
2022-07-15 12:32:41 +08:00 |
ParserDescribeCacheQuery.cpp
|
Rename
|
2022-09-19 14:02:51 +02:00 |
ParserDescribeCacheQuery.h
|
Rename
|
2022-09-19 14:02:51 +02:00 |
ParserDescribeTableQuery.cpp
|
Fix normalization of UNION inside DESCRIBE query
|
2022-10-24 10:22:37 +02:00 |
ParserDescribeTableQuery.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserDictionary.cpp
|
Dictionary PRIMARY KEY parsing fix
|
2022-01-29 15:50:10 +00:00 |
ParserDictionary.h
|
Reduce dependencies on IParser.h
|
2021-11-26 17:04:21 +01:00 |
ParserDictionaryAttributeDeclaration.cpp
|
Fix tests
|
2022-09-07 21:41:37 +00:00 |
ParserDictionaryAttributeDeclaration.h
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserDropFunctionQuery.cpp
|
SQLUserDefinedFunctions support ON CLUSTER
|
2021-10-27 11:28:21 +03:00 |
ParserDropFunctionQuery.h
|
Add ability to drop functions
|
2021-05-15 01:43:04 +03:00 |
ParserDropIndexQuery.cpp
|
SQL create drop index fix formatting
|
2022-07-01 22:35:20 +02:00 |
ParserDropIndexQuery.h
|
SQL create drop index update implementation
|
2022-06-29 13:10:30 +02:00 |
ParserDropNamedCollectionQuery.cpp
|
Add commands CREATE/ALTER/DROP NAMED COLLECTION
|
2022-11-15 15:51:56 +01:00 |
ParserDropNamedCollectionQuery.h
|
Better
|
2022-11-16 17:58:21 +01:00 |
ParserDropQuery.cpp
|
deprecate Ordinary database
|
2022-06-23 10:20:14 +02:00 |
ParserDropQuery.h
|
Adding DETACH TABLE PERMANENTLY
|
2020-12-14 15:28:59 +01:00 |
ParserExplainQuery.cpp
|
Fixed code review issues
|
2022-10-24 10:22:38 +02:00 |
ParserExplainQuery.h
|
Add function viewExplain
|
2022-10-03 19:14:40 +02:00 |
ParserExternalDDLQuery.cpp
|
to MaterializeMySQL_support_drop_mulit_table
|
2022-11-18 17:50:44 +08:00 |
ParserExternalDDLQuery.h
|
ISSUES-4006 refactor for external ddl
|
2020-08-04 10:31:26 +08:00 |
ParserInsertQuery.cpp
|
fix
|
2022-04-17 15:12:07 +00:00 |
ParserInsertQuery.h
|
Introduce compatiblity mode for SETTINGS after FORMAT
|
2022-04-07 16:36:34 +03:00 |
ParserKillQueryQuery.cpp
|
add kill transaction query
|
2022-03-10 22:29:58 +01:00 |
ParserKillQueryQuery.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserOptimizeQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserOptimizeQuery.h
|
OPTIMIZE DEDUPLICATE BY columns
|
2020-12-07 09:44:07 +03:00 |
ParserPartition.cpp
|
[Improvement] improvement in PARTITION ALL
|
2022-04-07 17:37:01 +08:00 |
ParserPartition.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserProjectionSelectQuery.cpp
|
Better projection format and test fixes
|
2022-02-07 10:47:11 +08:00 |
ParserProjectionSelectQuery.h
|
Projections
|
2021-05-11 18:12:23 +08:00 |
ParserQuery.cpp
|
Better
|
2022-11-16 17:58:21 +01:00 |
ParserQuery.h
|
Introduce compatiblity mode for SETTINGS after FORMAT
|
2022-04-07 16:36:34 +03:00 |
ParserQueryWithOutput.cpp
|
Improvements based on comments from the PR
|
2022-08-22 17:39:33 +02:00 |
ParserQueryWithOutput.h
|
Introduce compatiblity mode for SETTINGS after FORMAT
|
2022-04-07 16:36:34 +03:00 |
ParserRenameQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserRenameQuery.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserSampleRatio.cpp
|
Fixes for -Wshorten-64-to-32
|
2022-10-21 13:25:19 +02:00 |
ParserSampleRatio.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserSelectQuery.cpp
|
Merge remote-tracking branch 'upstream/master' into from-select
|
2022-11-29 18:11:15 +00:00 |
ParserSelectQuery.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserSelectWithUnionQuery.cpp
|
Better
|
2021-08-14 16:09:53 +03:00 |
ParserSelectWithUnionQuery.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserSetQuery.cpp
|
Added variations of Maps, Arrays and Tuples
|
2022-11-08 00:19:01 +00:00 |
ParserSetQuery.h
|
Better parsing of settings and parameters
|
2022-10-22 02:39:25 +00:00 |
ParserShowProcesslistQuery.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserShowTablesQuery.cpp
|
Rename
|
2022-09-19 14:02:51 +02:00 |
ParserShowTablesQuery.h
|
ILIKE operator (#12125)
|
2020-07-05 18:57:59 +03:00 |
ParserSystemQuery.cpp
|
Finish support for persistent files
|
2022-08-10 16:54:59 +02:00 |
ParserSystemQuery.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserTablePropertiesQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserTablePropertiesQuery.h
|
Support SHOW CREATE VIEW Syntax
|
2020-12-14 22:37:25 +08:00 |
ParserTablesInSelectQuery.cpp
|
Merge remote-tracking branch 'upstream/master' into from-select
|
2022-11-29 18:11:15 +00:00 |
ParserTablesInSelectQuery.h
|
Update src/Parsers/ParserTablesInSelectQuery.h
|
2022-09-17 01:08:36 +02:00 |
ParserTransactionControl.cpp
|
more introspection
|
2022-03-18 14:33:59 +01:00 |
ParserTransactionControl.h
|
add transaction counters
|
2021-04-05 14:41:34 +03:00 |
ParserUnionQueryElement.cpp
|
Some final fixes
|
2021-08-15 11:40:30 +03:00 |
ParserUnionQueryElement.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserUseQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserUseQuery.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ParserWatchQuery.cpp
|
Reduce dependencies on ASTLiteral.h
|
2021-11-26 17:54:57 +01:00 |
ParserWatchQuery.h
|
Check for #pragma once in headers
|
2020-10-10 21:37:02 +03:00 |
ParserWithElement.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserWithElement.h
|
CTE
|
2020-09-13 09:39:17 +08:00 |
queryNormalization.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
queryToString.cpp
|
use WriteBuffer in formatAST(...)
|
2020-11-09 19:05:40 +03:00 |
queryToString.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
QueryWithOutputSettingsPushDownVisitor.cpp
|
Fix SETTINGS parsing after FORMAT for SELECT queries
|
2020-07-17 00:28:52 +03:00 |
QueryWithOutputSettingsPushDownVisitor.h
|
Move InDepthNodeVisitor.h back to src/Interpreters.
|
2022-11-17 18:16:32 +01:00 |
SelectUnionMode.cpp
|
Fixed tests
|
2022-10-24 10:22:20 +02:00 |
SelectUnionMode.h
|
Added Analyzer
|
2022-10-24 10:22:18 +02:00 |
StringRange.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
TablePropertiesQueriesASTs.h
|
Don't write additional space in DESCRIBE TABLE query formatting
|
2022-01-20 21:07:34 +03:00 |
TokenIterator.cpp
|
fix 'Unmatched parentheses', add test
|
2021-02-01 02:10:41 +03:00 |
TokenIterator.h
|
Inline TokenIterator
|
2021-11-29 13:09:53 +01:00 |
toOneLineQuery.cpp
|
Print query in one line on fatal errors
|
2022-06-03 18:55:53 +03:00 |
toOneLineQuery.h
|
Print query in one line on fatal errors
|
2022-06-03 18:55:53 +03:00 |