.. |
Access
|
allow SALT only for SHA256_HASH
|
2022-05-20 17:21:04 -04:00 |
examples
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
fuzzers
|
Apply black formatter to all *.py files in the repo
|
2022-03-22 17:39:58 +01:00 |
MySQL
|
Fix various clang-tidy warnings
|
2022-04-20 10:29:05 +02:00 |
tests
|
test added
|
2022-05-20 08:41:27 -04:00 |
ASTAlterQuery.cpp
|
Print alter command names in EXPLAIN AST
|
2022-01-10 10:08:41 +01:00 |
ASTAlterQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02: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
|
|
|
ASTBackupQuery.cpp
|
Use more clear syntax for BACKUP/RESTORE.
|
2022-05-08 10:37:02 +02:00 |
ASTBackupQuery.h
|
Use more clear syntax for BACKUP/RESTORE.
|
2022-05-08 10:37:02 +02: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
|
Fix column matcher and column transformer
|
2022-04-20 01:22:04 +08:00 |
ASTColumnsMatcher.h
|
Fix column matcher and column transformer
|
2022-04-20 01:22:04 +08:00 |
ASTColumnsTransformers.cpp
|
Fix column matcher and column transformer
|
2022-04-20 01:22:04 +08:00 |
ASTColumnsTransformers.h
|
Fix column matcher and column transformer
|
2022-04-20 01:22:04 +08:00 |
ASTConstraintDeclaration.cpp
|
|
|
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 |
ASTCreateQuery.cpp
|
Merged with master
|
2022-05-19 13:03:45 +00:00 |
ASTCreateQuery.h
|
change windowview engine behaviour
|
2022-05-14 16:46:49 +00:00 |
ASTDatabaseOrNone.cpp
|
|
|
ASTDatabaseOrNone.h
|
|
|
ASTDictionary.cpp
|
|
|
ASTDictionary.h
|
Reduce dependencies on ASTLiteral.h
|
2021-11-26 17:54:57 +01:00 |
ASTDictionaryAttributeDeclaration.cpp
|
|
|
ASTDictionaryAttributeDeclaration.h
|
|
|
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 |
ASTDropQuery.cpp
|
Better
|
2021-11-11 13:28:18 +00:00 |
ASTDropQuery.h
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTExplainQuery.h
|
add EXPLAIN CURRENT TRANSACTION
|
2022-02-14 22:47:17 +03:00 |
ASTExpressionList.cpp
|
Do not prepend whitespace in grouping sets
|
2022-05-13 16:14:41 +00:00 |
ASTExpressionList.h
|
|
|
ASTExternalDDLQuery.h
|
Reduce dependencies on ASTSelectWithUnionQuery.h
|
2021-11-26 19:27:16 +01:00 |
ASTFunction.cpp
|
Remove Arcadia
|
2022-04-16 00:20:47 +02:00 |
ASTFunction.h
|
Reduce dependencies on ASTSelectWithUnionQuery.h
|
2021-11-26 19:27:16 +01:00 |
ASTFunctionWithKeyValueArguments.cpp
|
|
|
ASTFunctionWithKeyValueArguments.h
|
Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders
|
2022-03-14 18:17:35 +00: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
|
Apply suggestions from code review
|
2021-11-15 17:57:26 +00:00 |
ASTIdentifier.h
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ASTIndexDeclaration.cpp
|
|
|
ASTIndexDeclaration.h
|
|
|
ASTInsertQuery.cpp
|
Remove abbreviation
|
2022-04-18 01:02:49 +02:00 |
ASTInsertQuery.h
|
Get rid of IAST::getQueryKindString
|
2021-12-30 12:55:50 +03: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
|
|
|
ASTNameTypePair.h
|
|
|
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
|
|
|
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
|
support ALTER TABLE t DETACH PARTITION ALL syntax
|
2022-04-01 13:13:07 +08: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
|
Activate clang-tidy warning "readability-container-contains"
|
2022-04-18 23:53:11 +02: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
|
|
|
ASTQueryParameter.cpp
|
|
|
ASTQueryParameter.h
|
|
|
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
|
|
|
ASTQueryWithOutput.h
|
|
|
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
|
Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster().
|
2022-04-25 16:34:33 +02:00 |
ASTSampleRatio.cpp
|
|
|
ASTSampleRatio.h
|
|
|
ASTSelectIntersectExceptQuery.cpp
|
Better
|
2021-11-09 12:06:43 +00:00 |
ASTSelectIntersectExceptQuery.h
|
Get rid of IAST::getQueryKindString
|
2021-12-30 12:55:50 +03:00 |
ASTSelectQuery.cpp
|
Do not prepend whitespace in grouping sets
|
2022-05-13 16:14:41 +00:00 |
ASTSelectQuery.h
|
Merge remote-tracking branch 'origin/master' into grouping-sets-fix
|
2022-04-14 17:29:51 +00:00 |
ASTSelectWithUnionQuery.cpp
|
Reduce dependencies on ASTSelectWithUnionQuery.h
|
2021-11-26 19:27:16 +01:00 |
ASTSelectWithUnionQuery.h
|
Get rid of IAST::getQueryKindString
|
2021-12-30 12:55:50 +03:00 |
ASTSetQuery.cpp
|
|
|
ASTSetQuery.h
|
|
|
ASTShowProcesslistQuery.h
|
|
|
ASTShowTablesQuery.cpp
|
|
|
ASTShowTablesQuery.h
|
|
|
ASTSubquery.cpp
|
Remove abbreviation
|
2022-04-18 01:02:49 +02:00 |
ASTSubquery.h
|
|
|
ASTSystemQuery.cpp
|
Remove unneede changes
|
2022-05-11 10:26:30 +02:00 |
ASTSystemQuery.h
|
Remove unneede changes
|
2022-05-11 10:26:30 +02: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
|
Fixed clang-tidy check "bugprone-branch-clone"
|
2022-04-30 19:40:28 +02:00 |
ASTTablesInSelectQuery.h
|
Merge pull request #23881 from darkkeks/fix-cross-to-inline-join-error-condition
|
2021-10-07 11:09:36 +03: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
|
support TTL TO [DISK|VOLUME] [IF EXISTS]
|
2022-02-10 19:26:23 +03: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
|
|
|
ASTWindowDefinition.h
|
|
|
ASTWithAlias.cpp
|
|
|
ASTWithAlias.h
|
|
|
ASTWithElement.cpp
|
|
|
ASTWithElement.h
|
|
|
CMakeLists.txt
|
Add string_utils to clickhouse_parsers
|
2022-05-10 13:14:00 +02: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
|
Merge pull request #36271 from yuuch/support_collation_in_create_query
|
2022-05-18 12:43:49 +02:00 |
ExpressionElementParsers.h
|
fix some bugs while parsing the collation
|
2022-04-22 23:46:03 +08:00 |
ExpressionListParsers.cpp
|
Merge remote-tracking branch 'origin/master' into grouping-sets-fix
|
2022-04-14 17:29:51 +00:00 |
ExpressionListParsers.h
|
Merge remote-tracking branch 'origin/master' into grouping-sets-fix
|
2022-04-14 17:29:51 +00:00 |
formatAST.cpp
|
|
|
formatAST.h
|
|
|
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
|
|
|
getInsertQuery.h
|
|
|
IAST_fwd.h
|
|
|
IAST.cpp
|
Add ability to reset any type of AST
|
2021-11-26 10:05:20 +03:00 |
IAST.h
|
Merge remote-tracking branch 'origin/master' into grouping-sets-fix
|
2022-04-14 17:29:51 +00:00 |
IdentifierQuotingStyle.h
|
|
|
InsertQuerySettingsPushDownVisitor.cpp
|
|
|
InsertQuerySettingsPushDownVisitor.h
|
Remove abbreviation
|
2022-04-18 01:02:49 +02:00 |
iostream_debug_helpers.cpp
|
|
|
iostream_debug_helpers.h
|
|
|
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
|
Fixed clang-tidy check "bugprone-branch-clone"
|
2022-04-30 19:40:28 +02:00 |
Lexer.h
|
Combining our lexer with replxx
|
2022-01-30 19:48:33 +08:00 |
makeASTForLogicalFunction.cpp
|
Fix various clang-tidy warnings
|
2022-04-20 10:29:05 +02:00 |
makeASTForLogicalFunction.h
|
|
|
obfuscateQueries.cpp
|
Activate clang-tidy warning "readability-container-contains"
|
2022-04-18 23:53:11 +02:00 |
obfuscateQueries.h
|
|
|
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
|
updated Interval definitions
|
2022-02-13 17:54:03 +03:00 |
parseIntervalKind.h
|
|
|
parseQuery.cpp
|
Introduce compatiblity mode for SETTINGS after FORMAT
|
2022-04-07 16:36:34 +03:00 |
parseQuery.h
|
Introduce compatiblity mode for SETTINGS after FORMAT
|
2022-04-07 16:36:34 +03:00 |
ParserAlterQuery.cpp
|
Merge pull request #31095 from amosbird/addprojection
|
2021-12-03 12:07:07 +03:00 |
ParserAlterQuery.h
|
Implemented modifying table comments with ALTER TABLE t MODIFY COMMENT 'value'
|
2021-09-23 01:14:00 +03: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
|
Use more clear syntax for BACKUP/RESTORE.
|
2022-05-08 10:37:02 +02:00 |
ParserBackupQuery.h
|
Use more clear syntax for BACKUP/RESTORE.
|
2022-05-08 10:37:02 +02:00 |
ParserCase.cpp
|
|
|
ParserCase.h
|
|
|
ParserCheckQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserCheckQuery.h
|
|
|
ParserCreateFunctionQuery.cpp
|
support explain create function query
|
2022-01-20 16:23:52 +08:00 |
ParserCreateFunctionQuery.h
|
|
|
ParserCreateQuery.cpp
|
Merged with master
|
2022-05-19 13:03:45 +00:00 |
ParserCreateQuery.h
|
update windowview create syntax
|
2022-05-22 10:18:34 +00:00 |
ParserDatabaseOrNone.cpp
|
|
|
ParserDatabaseOrNone.h
|
|
|
ParserDataType.cpp
|
fix parsing of ints
|
2022-04-19 13:31:45 +00:00 |
ParserDataType.h
|
|
|
ParserDescribeTableQuery.cpp
|
|
|
ParserDescribeTableQuery.h
|
|
|
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
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01: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
|
|
|
ParserDropQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserDropQuery.h
|
|
|
ParserExplainQuery.cpp
|
Fix
|
2022-04-26 11:26:20 +02:00 |
ParserExplainQuery.h
|
Introduce compatiblity mode for SETTINGS after FORMAT
|
2022-04-07 16:36:34 +03:00 |
ParserExternalDDLQuery.cpp
|
Reduce dependencies on ASTSelectWithUnionQuery.h
|
2021-11-26 19:27:16 +01:00 |
ParserExternalDDLQuery.h
|
|
|
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
|
|
|
ParserOptimizeQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserOptimizeQuery.h
|
|
|
ParserPartition.cpp
|
[Improvement] improvement in PARTITION ALL
|
2022-04-07 17:37:01 +08:00 |
ParserPartition.h
|
|
|
ParserProjectionSelectQuery.cpp
|
Better projection format and test fixes
|
2022-02-07 10:47:11 +08:00 |
ParserProjectionSelectQuery.h
|
|
|
ParserQuery.cpp
|
Merge branch 'master' into mvcc_prototype
|
2022-04-08 13:38:11 +02:00 |
ParserQuery.h
|
Introduce compatiblity mode for SETTINGS after FORMAT
|
2022-04-07 16:36:34 +03:00 |
ParserQueryWithOutput.cpp
|
Introduce compatiblity mode for SETTINGS after FORMAT
|
2022-04-07 16:36:34 +03: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
|
|
|
ParserSampleRatio.cpp
|
|
|
ParserSampleRatio.h
|
|
|
ParserSelectQuery.cpp
|
Merge remote-tracking branch 'origin/master' into grouping-sets-fix
|
2022-05-05 17:14:52 +00:00 |
ParserSelectQuery.h
|
|
|
ParserSelectWithUnionQuery.cpp
|
|
|
ParserSelectWithUnionQuery.h
|
|
|
ParserSetQuery.cpp
|
Fix various clang-tidy warnings
|
2022-04-20 10:29:05 +02:00 |
ParserSetQuery.h
|
|
|
ParserShowProcesslistQuery.h
|
|
|
ParserShowTablesQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserShowTablesQuery.h
|
|
|
ParserSystemQuery.cpp
|
Fix review comments
|
2022-05-11 10:45:20 +02:00 |
ParserSystemQuery.h
|
|
|
ParserTablePropertiesQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserTablePropertiesQuery.h
|
|
|
ParserTablesInSelectQuery.cpp
|
|
|
ParserTablesInSelectQuery.h
|
Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders
|
2022-03-14 18:17:35 +00:00 |
ParserTransactionControl.cpp
|
more introspection
|
2022-03-18 14:33:59 +01:00 |
ParserTransactionControl.h
|
|
|
ParserUnionQueryElement.cpp
|
|
|
ParserUnionQueryElement.h
|
|
|
ParserUseQuery.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserUseQuery.h
|
|
|
ParserWatchQuery.cpp
|
Reduce dependencies on ASTLiteral.h
|
2021-11-26 17:54:57 +01:00 |
ParserWatchQuery.h
|
|
|
ParserWithElement.cpp
|
Reduce dependencies on ASTIdentifier.h
|
2021-11-26 16:49:40 +01:00 |
ParserWithElement.h
|
|
|
queryNormalization.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
queryToString.cpp
|
|
|
queryToString.h
|
|
|
QueryWithOutputSettingsPushDownVisitor.cpp
|
|
|
QueryWithOutputSettingsPushDownVisitor.h
|
|
|
SelectUnionMode.h
|
Reduce dependencies on ASTSelectWithUnionQuery.h
|
2021-11-26 19:27:16 +01: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
|
|
|
TokenIterator.h
|
Inline TokenIterator
|
2021-11-29 13:09:53 +01:00 |