ClickHouse/src/Parsers
2024-02-23 15:15:36 +01:00
..
Access Revert "Add definers for views (#54901)" 2024-02-23 12:44:31 +01:00
examples Fix linking of examples 2023-08-11 00:40:26 +02:00
fuzzers Remove some code 2024-01-13 03:48:04 +01:00
HiliteComparator More CMake fixes 2023-04-04 15:39:16 +00:00
Kusto Fix inconsistent formatting of SELECT ... FROM (EXPLAIN ...) 2024-02-18 05:38:34 +01:00
MySQL Remove some code 2024-01-13 03:48:04 +01:00
PRQL PRQL integration (#50686) 2023-07-20 12:54:42 +02:00
tests Disambiguate alter commands list (#59532) 2024-02-22 19:17:15 +01:00
ASTAlterNamedCollectionQuery.cpp Merge pull request #56494 from evillique/fix-empty-named-collections 2023-11-13 17:49:17 +01:00
ASTAlterNamedCollectionQuery.h Refactoring 2023-11-09 17:25:20 +01:00
ASTAlterQuery.cpp Merge pull request #60350 from ClickHouse/revert-54901-pufit/views-sql-security 2024-02-23 15:15:36 +01:00
ASTAlterQuery.h Merge pull request #60350 from ClickHouse/revert-54901-pufit/views-sql-security 2024-02-23 15:15:36 +01:00
ASTAssignment.h Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders 2022-03-14 18:17:35 +00:00
ASTAsterisk.cpp Fix ASTAsterisk::clone() 2023-02-20 00:26:14 +01:00
ASTAsterisk.h Revert "Fix logical error in evaluate constant expression" 2023-03-17 17:01:40 +00:00
ASTBackupQuery.cpp Support FORMAT clause in BACKUP/RESTORE query. 2024-01-29 14:19:16 +01:00
ASTBackupQuery.h Fix parameter's name. 2024-01-29 16:24:16 +01:00
ASTCheckQuery.h wip CHECK query for all tables 2023-10-27 15:22:10 +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 add document 2024-01-18 07:55:44 +00:00
ASTColumnDeclaration.h add ALTER COLUMN MODIFY/RESET SETTING 2024-01-18 05:17:07 +00:00
ASTColumnsMatcher.cpp Fix style 2024-01-08 08:50:34 +00:00
ASTColumnsMatcher.h Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTColumnsTransformers.cpp Some fixups 2024-01-07 22:28:08 +00:00
ASTColumnsTransformers.h Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTConstraintDeclaration.cpp fix 2021-01-03 18:02:00 +03:00
ASTConstraintDeclaration.h Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTCreateFunctionQuery.cpp support explain create function query 2022-01-20 16:23:52 +08:00
ASTCreateFunctionQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTCreateIndexQuery.cpp Support query parameters in ALTER TABLE ... PART 2024-01-15 14:16:54 +03:00
ASTCreateIndexQuery.h Add support for CREATE UNIQUE INDEX systax in parser. No UNIQUE index created. 2023-07-19 12:23:39 +00:00
ASTCreateNamedCollectionQuery.cpp Refactoring 2023-11-09 17:25:20 +01:00
ASTCreateNamedCollectionQuery.h Refactoring 2023-11-09 17:25:20 +01:00
ASTCreateQuery.cpp Revert "Add definers for views (#54901)" 2024-02-23 12:44:31 +01:00
ASTCreateQuery.h Revert "Add definers for views (#54901)" 2024-02-23 12:44:31 +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 2023-03-15 17:37:26 +01:00
ASTDeleteQuery.h Merge branch 'master' into fix-trash-query-kind 2023-02-02 04:26:49 +01:00
ASTDescribeCacheQuery.h Rename 2022-09-19 14:02:51 +02:00
ASTDictionary.cpp fix symmetry 2023-03-28 17:21:53 +01:00
ASTDictionary.h Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTDictionaryAttributeDeclaration.cpp fix symmetry 2023-03-28 17:21:53 +01:00
ASTDictionaryAttributeDeclaration.h Initialize POD members of ASTs to make it less error-prone 2023-05-25 10:18:55 +02:00
ASTDropFunctionQuery.cpp SQLUserDefinedFunctions support ON CLUSTER 2021-10-27 11:28:21 +03:00
ASTDropFunctionQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTDropIndexQuery.cpp Support query parameters in ALTER TABLE ... PART 2024-01-15 14:16:54 +03:00
ASTDropIndexQuery.h SQL create drop index update implementation 2022-06-29 13:10:30 +02:00
ASTDropNamedCollectionQuery.cpp Fix named collections AST formatters (if [not] exists) 2023-07-27 22:11:32 +03:00
ASTDropNamedCollectionQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTDropQuery.cpp Add drop table IF EMPTY (#48915) 2023-09-21 09:20:18 -04:00
ASTDropQuery.h Add drop table IF EMPTY (#48915) 2023-09-21 09:20:18 -04:00
ASTExplainQuery.h Support fuzz Explain query 2023-03-21 02:41:51 +00: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 Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTForeignKeyDeclaration.h remove trailing white spaces to pass format check 2023-08-28 09:19:46 -04:00
ASTFunction.cpp Hide sensitive info for s3queue 2024-02-21 16:49:53 +01:00
ASTFunction.h Move handling of RESPECT NULLS outside of the parser 2023-11-27 11:00:27 +01:00
ASTFunctionWithKeyValueArguments.cpp Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTFunctionWithKeyValueArguments.h Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTHelpers.h Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders 2022-03-14 18:17:35 +00:00
ASTIdentifier_fwd.h Implement SHOW COLUMNS 2023-03-28 18:04:22 +00:00
ASTIdentifier.cpp Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTIdentifier.h Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTIndexDeclaration.cpp Make ASTFuzzer happy 2023-07-17 11:32:22 +00:00
ASTIndexDeclaration.h Add: USearch default granularity 2023-08-16 17:28:16 +04:00
ASTInsertQuery.cpp Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTInsertQuery.h Fix #56258, attempt II 2023-11-10 14:03:13 +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 fix bugs (now tests pass) 2023-03-28 17:21:53 +01:00
ASTKillQueryQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTLiteral.cpp Fix test failures 2023-11-12 11:06:58 +00:00
ASTLiteral.h Fix #56258, attempt II 2023-11-10 14:03:13 +00: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 Revert "Merge pull request #58274 from ClickHouse/revert-58267" 2023-12-28 14:07:59 +01:00
ASTOptimizeQuery.h Revert "Merge pull request #58274 from ClickHouse/revert-58267" 2023-12-28 14:07:59 +01:00
ASTOrderByElement.cpp Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTOrderByElement.h Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTPartition.cpp Check if id is nullptr 2023-10-18 07:26:32 +00:00
ASTPartition.h Make as flexible as it can be 2023-10-13 18:51:32 +02:00
ASTProjectionDeclaration.cpp Better projection format and test fixes 2022-02-07 10:47:11 +08:00
ASTProjectionDeclaration.h Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTProjectionSelectQuery.cpp Also disable legacy_column_name_of_tuple_literal 2024-01-09 22:08:29 +08:00
ASTProjectionSelectQuery.h Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders 2022-03-14 18:17:35 +00:00
ASTQualifiedAsterisk.cpp Better implementation 2022-11-30 02:23:26 +00:00
ASTQualifiedAsterisk.h Revert "Fix logical error in evaluate constant expression" 2023-03-17 17:01:40 +00:00
ASTQueryParameter.cpp Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTQueryParameter.h Fix #56258, attempt II 2023-11-10 14:03:13 +00: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 Address some usability issues with INTO OUTFILE usage. 2023-06-13 01:26:11 -07:00
ASTQueryWithOutput.h Address some usability issues with INTO OUTFILE usage. 2023-06-13 01:26:11 -07:00
ASTQueryWithTableAndOutput.cpp Better 2021-11-11 13:28:18 +00:00
ASTQueryWithTableAndOutput.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTRefreshStrategy.cpp Overhaul timestamp arithmetic 2023-12-28 17:56:04 +00:00
ASTRefreshStrategy.h Overhaul timestamp arithmetic 2023-12-28 17:56:04 +00:00
ASTRenameQuery.h Fix style 2024-02-21 15:00:25 +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 Fix trash around query kind, part 1 2023-02-01 03:11:54 +01:00
ASTSelectQuery.cpp Replace ORDER BY ALL by ORDER BY * to get rid of ambiguities 2024-02-15 16:19:56 +00:00
ASTSelectQuery.h Support ORDER BY ALL 2023-12-16 18:48:23 +08:00
ASTSelectWithUnionQuery.cpp Fix inconsistent formatting of SELECT ... FROM (EXPLAIN ...) 2024-02-18 05:38:34 +01:00
ASTSelectWithUnionQuery.h Added is_parameterized_view in ASTFunction and fixed review comments - 40907 Parameterized views as table functions 2022-11-07 15:22:45 +01:00
ASTSetQuery.cpp Merge pull request #56825 from evillique/fix-set-query-formatting 2023-11-18 15:35:10 +01:00
ASTSetQuery.h Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTShowColumnsQuery.cpp Incorporate review feedback 2023-05-02 12:29:56 +00:00
ASTShowColumnsQuery.h Incorporate review feedback 2023-05-02 12:29:56 +00:00
ASTShowEngineQuery.h add support for show engines query 2023-01-31 18:35:10 +03:00
ASTShowFunctionsQuery.cpp Add SHOW FUNCTIONS support to client 2023-09-07 14:08:50 -07:00
ASTShowFunctionsQuery.h Add SHOW FUNCTIONS support to client 2023-09-07 14:08:50 -07:00
ASTShowIndexesQuery.cpp Incorporate review feedback 2023-05-02 12:29:56 +00:00
ASTShowIndexesQuery.h Incorporate review feedback 2023-05-02 12:29:56 +00:00
ASTShowProcesslistQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ASTShowSettingQuery.cpp Add SHOW SETTING query 2023-10-25 18:49:00 +03:00
ASTShowSettingQuery.h Add SHOW SETTING query 2023-10-25 18:49:00 +03:00
ASTShowTablesQuery.cpp add show merges 2023-10-19 18:17:28 +08:00
ASTShowTablesQuery.h add show merges 2023-10-19 18:17:28 +08:00
ASTStatisticDeclaration.cpp update docs and refine statements 2023-09-08 02:27:17 +02:00
ASTStatisticDeclaration.h update docs and refine statements 2023-09-08 02:27:17 +02:00
ASTSubquery.cpp Remove default value for argument 'ignore_aliases' from IAST::getTreeHash() 2023-11-13 10:27:38 +00:00
ASTSubquery.h Fix inconsistent formatting of SELECT ... FROM (EXPLAIN ...) 2024-02-18 05:38:34 +01:00
ASTSystemQuery.cpp clang format 2024-01-08 10:02:09 +00:00
ASTSystemQuery.h Add statement 'SYSTEM RELOAD ASYNCHRONOUS METRICS' 2024-01-22 17:14:58 +00:00
ASTTableOverrides.cpp MaterializedMySQL: Keep parenthesises for empty table overrides 2023-06-14 13:37:49 +02:00
ASTTableOverrides.h Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTTablesInSelectQuery.cpp init 2023-12-18 15:02:51 +00:00
ASTTablesInSelectQuery.h Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTTimeInterval.cpp Overhaul timestamp arithmetic 2023-12-28 17:56:04 +00:00
ASTTimeInterval.h Overhaul timestamp arithmetic 2023-12-28 17:56:04 +00:00
ASTTransactionControl.cpp Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTTransactionControl.h Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTTTLElement.cpp Merge remote-tracking branch 'blessed/master' into perf_experiment 2022-10-25 15:25:06 +02:00
ASTTTLElement.h Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders 2022-03-14 18:17:35 +00:00
ASTUndropQuery.cpp support undrop table 2023-03-27 22:16:36 +08:00
ASTUndropQuery.h support undrop table 2023-03-27 22:16:36 +08:00
ASTUseQuery.h more parallel tests 2023-08-15 23:04:04 +02:00
ASTWatchQuery.h Fix UB in ASTWatchQuery for is_watch_events 2023-05-25 10:15:30 +02: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 Remove default value for argument 'ignore_aliases' from IAST::getTreeHash() 2023-11-13 10:27:38 +00:00
ASTWithAlias.h Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
ASTWithElement.cpp split ostr writes for readability 2023-03-28 17:21:53 +01:00
ASTWithElement.h CTE 2020-09-13 09:39:17 +08:00
CMakeLists.txt Kusto-phase2 : Added KQL functions interface. 2023-08-26 07:40:24 -07: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 Updated implementation 2024-01-25 14:31:49 +03:00
ExpressionElementParsers.cpp Revert "Check stack size in Parser" 2024-02-21 11:33:08 +01:00
ExpressionElementParsers.h refine code 2023-09-26 19:16:01 +02:00
ExpressionListParsers.cpp Fix inconsistent formatting of SELECT ... FROM (EXPLAIN ...) 2024-02-18 05:38:34 +01:00
ExpressionListParsers.h Fix tuple parser 2023-10-13 17:36:38 +02:00
FieldFromAST.cpp Fix test 2023-03-02 14:46:20 +01:00
FieldFromAST.h Hide disk setting arguemtns 2023-02-21 19:24:01 +01:00
formatAST.cpp Make serializeAST() more regular 2023-07-20 10:39:26 +00:00
formatAST.h Make serializeAST() more regular 2023-07-20 10:39:26 +00: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
FunctionParameterValuesVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
FunctionParameterValuesVisitor.h Added is_create_parameterized_view flag in ActionsVisitor, added functions for column manipulation for parameterized view in StorageView, updated tests to fix flaky test issues and addressed small review comments- 40907 Parameterized views as table functions 2023-01-03 11:00:39 +01:00
getInsertQuery.cpp Make IAST::FormatSettings more regular, pt. III 2023-07-20 10:34:05 +00:00
getInsertQuery.h Fix build 2021-08-25 21:51:43 +00:00
IAST_fwd.h style 2022-10-14 14:27:11 +02:00
IAST.cpp Fix #56258, attempt II 2023-11-10 14:03:13 +00:00
IAST.h Remove default value for argument 'ignore_aliases' from IAST::updateTreeHash() 2023-11-13 13:18:35 +00:00
IdentifierQuotingStyle.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
InsertQuerySettingsPushDownVisitor.cpp Revert changes with complex SettingsChanges 2023-02-03 21:04:45 +01:00
InsertQuerySettingsPushDownVisitor.h Revert changes with complex SettingsChanges 2023-02-03 21:04:45 +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 Revert "Check stack size in Parser" 2024-02-21 11:33:08 +01:00
IParserBase.cpp One step backwards 2022-01-09 10:42:06 +03:00
IParserBase.h Remove PVS-Studio 2023-02-19 23:30:05 +01:00
isDiskFunction.cpp Allow to add disk name for custom disk 2023-06-28 19:05:35 +02:00
isDiskFunction.h Fix checks 2023-02-22 14:27:43 +01:00
Lexer.cpp Fix error 2023-10-14 01:48:18 +02:00
Lexer.h Parse IS NOT DISTINCT and <=> operators 2023-08-30 13:12:43 +00:00
LiteralEscapingStyle.h Better 2023-08-10 06:34:10 +00: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
NullsAction.h Move handling of RESPECT NULLS outside of the parser 2023-11-27 11:00:27 +01:00
obfuscateQueries.cpp Obfuscator: keep settings and timezones 2023-12-23 04:55:55 +01: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 Interval operator support plural literals 2023-09-20 23:00:25 +02:00
parseIntervalKind.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
parseQuery.cpp Fix error 2023-10-14 02:10:13 +02:00
parseQuery.h Better 2023-05-25 14:05:44 +00:00
ParserAlterNamedCollectionQuery.cpp Refactoring 2023-11-09 17:25:20 +01:00
ParserAlterNamedCollectionQuery.h Add commands CREATE/ALTER/DROP NAMED COLLECTION 2022-11-15 15:51:56 +01:00
ParserAlterQuery.cpp Merge pull request #60350 from ClickHouse/revert-54901-pufit/views-sql-security 2024-02-23 15:15:36 +01:00
ParserAlterQuery.h Disambiguate alter commands list (#59532) 2024-02-22 19:17:15 +01: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 Support BACKUP ALL command. 2023-03-30 00:11:13 +02: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 wip CHECK query for all tables 2023-10-27 15:22:10 +00:00
ParserCheckQuery.h wip CHECK query for all tables 2023-10-27 15:22:10 +00: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 Add: USearch default granularity 2023-08-16 17:28:16 +04:00
ParserCreateIndexQuery.h Add support for CREATE UNIQUE INDEX systax in parser. No UNIQUE index created. 2023-07-19 12:23:39 +00:00
ParserCreateQuery.cpp Revert "Add definers for views (#54901)" 2024-02-23 12:44:31 +01:00
ParserCreateQuery.h Revert "Add definers for views (#54901)" 2024-02-23 12:44:31 +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 Restart CI 2024-01-29 12:54:29 +01:00
ParserDataType.h separate parser for data type 2020-06-18 17:09:24 +03:00
ParserDeleteQuery.cpp Support delete ON CLUSTER 2023-01-30 16:42:52 +01: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 Allow SETTINGS before FORMAT in DESCRIBE TABLE query 2023-07-06 14:29:58 +00: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 Fix named collections related statements #51609 2023-07-27 09:41:47 +03:00
ParserDropNamedCollectionQuery.h Better 2022-11-16 17:58:21 +01:00
ParserDropQuery.cpp Add drop table IF EMPTY (#48915) 2023-09-21 09:20:18 -04:00
ParserDropQuery.h Add drop table IF EMPTY (#48915) 2023-09-21 09:20:18 -04:00
ParserExplainQuery.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
ParserExplainQuery.h Add function viewExplain 2022-10-03 19:14:40 +02:00
ParserExternalDDLQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ParserExternalDDLQuery.h ISSUES-4006 refactor for external ddl 2020-08-04 10:31:26 +08:00
ParserInsertQuery.cpp Kusto-phase2: remove unnecessary changes 2023-08-26 07:40:39 -07: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 Revert "Merge pull request #58274 from ClickHouse/revert-58267" 2023-12-28 14:07:59 +01:00
ParserOptimizeQuery.h [RFC] Replacing merge tree new engine (#41005) 2023-02-16 16:03:16 +03:00
ParserPartition.cpp Fix include used for debugging 2024-02-12 17:25:17 +00: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 Support FORMAT clause in BACKUP/RESTORE query. 2024-01-29 14:19:16 +01:00
ParserQuery.h Introduce compatiblity mode for SETTINGS after FORMAT 2022-04-07 16:36:34 +03:00
ParserQueryWithOutput.cpp Support FORMAT clause in BACKUP/RESTORE query. 2024-01-29 14:19:16 +01:00
ParserQueryWithOutput.h Introduce compatiblity mode for SETTINGS after FORMAT 2022-04-07 16:36:34 +03:00
ParserRefreshStrategy.cpp Remove pausing, enable multithreading, kick off refresh on table creation unless the query says EMPTY 2023-12-28 17:56:06 +00:00
ParserRefreshStrategy.h refreshable materialized views 2023-12-28 17:56:04 +00:00
ParserRenameQuery.cpp modify style 2023-10-12 14:21:20 +08: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 Replace ORDER BY ALL by ORDER BY * to get rid of ambiguities 2024-02-15 16:19:56 +00:00
ParserSelectQuery.h Added is_parameterized_view to Context and removed flag from ASTs, updated to use tryGetTable, addressed review comments - 40907 Parameterized views as table functions 2022-10-17 18:11:22 +02:00
ParserSelectWithUnionQuery.cpp Updated hasQueryParameters using mutable optional bool and typo comment fixed - 40907 Parameterized views as table functions 2022-10-20 10:31:41 +02:00
ParserSelectWithUnionQuery.h Added is_parameterized_view to Context and removed flag from ASTs, updated to use tryGetTable, addressed review comments - 40907 Parameterized views as table functions 2022-10-17 18:11:22 +02:00
ParserSetQuery.cpp Better dynamic disk configuration 2023-07-31 14:15:22 +02:00
ParserSetQuery.h Adding custom field continued 2023-02-03 21:05:18 +01:00
ParserShowColumnsQuery.cpp A little less clutter 2023-05-02 13:16:15 +00:00
ParserShowColumnsQuery.h Various cleanups 2023-04-26 09:46:35 +00:00
ParserShowEngineQuery.h add support for show engines query 2023-01-31 18:35:10 +03:00
ParserShowFunctionsQuery.cpp Add SHOW FUNCTIONS support to client 2023-09-07 14:08:50 -07:00
ParserShowFunctionsQuery.h Add SHOW FUNCTIONS support to client 2023-09-07 14:08:50 -07:00
ParserShowIndexesQuery.cpp Add SHOW INDICES as alias for statement SHOW INDEX/INDEXES/KEYS 2023-06-08 12:51:33 +00:00
ParserShowIndexesQuery.h Various cleanups 2023-04-26 09:46:35 +00:00
ParserShowProcesslistQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ParserShowSettingQuery.cpp Fixed code review issues 2023-10-25 21:41:26 +03:00
ParserShowSettingQuery.h Fixed code review issues 2023-10-25 21:41:26 +03:00
ParserShowTablesQuery.cpp add show merges 2023-10-19 18:17:28 +08:00
ParserShowTablesQuery.h add show merges 2023-10-19 18:17:28 +08:00
ParserStringAndSubstitution.cpp Support query parameters in ALTER TABLE ... PART 2024-01-15 14:16:54 +03:00
ParserStringAndSubstitution.h Support query parameters in ALTER TABLE ... PART 2024-01-15 14:16:54 +03:00
ParserSystemQuery.cpp more explicit logical flow 2024-01-08 10:02:09 +00:00
ParserSystemQuery.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ParserTablePropertiesQuery.cpp Allow SETTINGS before FORMAT in DESCRIBE TABLE query 2023-07-06 14:29:58 +00:00
ParserTablePropertiesQuery.h Support SHOW CREATE VIEW Syntax 2020-12-14 22:37:25 +08:00
ParserTablesInSelectQuery.cpp init 2023-12-18 15:02:51 +00:00
ParserTablesInSelectQuery.h Update src/Parsers/ParserTablesInSelectQuery.h 2022-09-17 01:08:36 +02:00
ParserTimeInterval.cpp Overhaul timestamp arithmetic 2023-12-28 17:56:04 +00:00
ParserTimeInterval.h Overhaul timestamp arithmetic 2023-12-28 17:56:04 +00: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
ParserUndropQuery.cpp support undrop table 2023-03-27 22:16:36 +08:00
ParserUndropQuery.h support undrop table 2023-03-27 22:16:36 +08:00
ParserUnionQueryElement.cpp Added is_parameterized_view to Context and removed flag from ASTs, updated to use tryGetTable, addressed review comments - 40907 Parameterized views as table functions 2022-10-17 18:11:22 +02:00
ParserUnionQueryElement.h Added is_parameterized_view to Context and removed flag from ASTs, updated to use tryGetTable, addressed review comments - 40907 Parameterized views as table functions 2022-10-17 18:11:22 +02:00
ParserUseQuery.cpp more parallel tests 2023-08-15 23:04:04 +02: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.cpp Handle signed numeric literals in normalizeQuery 2024-01-11 11:04:28 +01:00
queryNormalization.h Remove C++ templates (normalizeQuery) 2023-12-17 02:44:30 +01:00
QueryParameterVisitor.cpp remove no-parallel tag from some tests 2023-08-11 00:00:36 +02:00
QueryParameterVisitor.h Updated to get column data type based not function , not the query parameter type , added test for the same - 40907 Parameterized views as table functions 2022-12-19 15:05:38 +01:00
queryToString.cpp Revert "Merge pull request #59122 from arthurpassos/bring_back_attach_partition_pr" 2024-02-07 02:52:43 +01:00
queryToString.h Revert "Merge pull request #59122 from arthurpassos/bring_back_attach_partition_pr" 2024-02-07 02:52:43 +01:00
QueryWithOutputSettingsPushDownVisitor.cpp Revert changes with complex SettingsChanges 2023-02-03 21:04:45 +01:00
QueryWithOutputSettingsPushDownVisitor.h Revert changes with complex SettingsChanges 2023-02-03 21:04:45 +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
SyncReplicaMode.h fix 2023-03-31 16:09:00 +02:00
TablePropertiesQueriesASTs.h Fix even more trash 2023-02-02 02:11:16 +01:00
TokenIterator.cpp Kusto-phase2: use seperated path to parse kql query 2023-08-26 07:40:40 -07:00
TokenIterator.h Revert "Add definers for views (#54901)" 2024-02-23 12:44:31 +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