ClickHouse/src/Parsers
2023-03-17 17:01:40 +00:00
..
Access use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
examples remove clickhouse_parsers dependency on DataTypes 2022-12-21 21:30:33 +00:00
fuzzers check ast limits for create_parser_fuzzer 2022-11-23 00:46:27 +01:00
Kusto Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
MySQL Fix parameterized queries 2023-03-11 20:16:06 +01:00
tests Kusto-phase1 : Updated kql pipe flow with some optimizations 2022-09-05 21:16:04 -07:00
ASTAlterNamedCollectionQuery.cpp Revert changes with complex SettingsChanges 2023-02-03 21:04:45 +01:00
ASTAlterNamedCollectionQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTAlterQuery.cpp Apply ALTER TABLE table_name ON CLUSTER cluster MOVE PARTITION|PART partition_expr TO DISK|VOLUME 'disk_name' to all replicas. 2023-02-14 17:29:44 +08:00
ASTAlterQuery.h Fix parameterized queries 2023-03-11 20:16:06 +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 Revert changes with complex SettingsChanges 2023-02-03 21:04:45 +01:00
ASTBackupQuery.h Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTCheckQuery.h Fix even more trash 2023-02-02 02:11:16 +01: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 dedicated flag for ephemeral default, make ephemeral accept expression instead of literal 2022-12-11 00:40:35 +00:00
ASTColumnDeclaration.h dedicated flag for ephemeral default, make ephemeral accept expression instead of literal 2022-12-11 00:40:35 +00:00
ASTColumnsMatcher.cpp Fix clone() for ASTColumnMatchers 2023-02-27 12:26:36 +01:00
ASTColumnsMatcher.h Revert "Fix logical error in evaluate constant expression" 2023-03-17 17:01:40 +00:00
ASTColumnsTransformers.cpp Fix parameterized queries with REPLACE transformer 2023-02-14 22:02:54 +00:00
ASTColumnsTransformers.h Revert "Fix logical error in evaluate constant expression" 2023-03-17 17:01:40 +00:00
ASTConstraintDeclaration.cpp
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 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 Revert changes with complex SettingsChanges 2023-02-03 21:04:45 +01:00
ASTCreateNamedCollectionQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTCreateQuery.cpp Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTCreateQuery.h Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTDatabaseOrNone.cpp
ASTDatabaseOrNone.h
ASTDeleteQuery.cpp Support delete ON CLUSTER 2023-01-30 16:42:52 +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 Revert changes with complex SettingsChanges 2023-02-03 21:04:45 +01:00
ASTDictionary.h Fix parameterized queries 2023-03-11 20:16:06 +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
ASTDropFunctionQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTDropIndexQuery.cpp Fix even more trash 2023-02-02 02:11:16 +01: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 Fix even more trash 2023-02-02 02:11:16 +01:00
ASTDropQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ASTDropQuery.h Simple cleanup: interpreters and parsers 2022-07-05 22:13:39 +00:00
ASTExplainQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTExpressionList.cpp Do not prepend whitespace in grouping sets 2022-05-13 16:14:41 +00:00
ASTExpressionList.h
ASTExternalDDLQuery.h Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTFunction.cpp Revert "Fix logical error in evaluate constant expression" 2023-03-17 17:01:40 +00:00
ASTFunction.h Revert "Fix logical error in evaluate constant expression" 2023-03-17 17:01:40 +00:00
ASTFunctionWithKeyValueArguments.cpp Make the password wiping an option of IAST::format(). 2022-11-16 01:35:06 +01:00
ASTFunctionWithKeyValueArguments.h Fix parameterized queries 2023-03-11 20:16:06 +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 Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ASTIdentifier.h Revert "Fix logical error in evaluate constant expression" 2023-03-17 17:01:40 +00:00
ASTIndexDeclaration.cpp SQL create drop index update implementation 2022-06-29 13:10:30 +02:00
ASTIndexDeclaration.h Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTInsertQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03: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 Fix even more trash 2023-02-02 02:11:16 +01:00
ASTLiteral.cpp ASTLiteral clone all except unique_column_name 2022-05-03 10:18:18 +00:00
ASTLiteral.h Revert "Fix logical error in evaluate constant expression" 2023-03-17 17:01:40 +00:00
ASTNameTypePair.cpp
ASTNameTypePair.h
ASTOptimizeQuery.cpp [RFC] Replacing merge tree new engine (#41005) 2023-02-16 16:03:16 +03:00
ASTOptimizeQuery.h [RFC] Replacing merge tree new engine (#41005) 2023-02-16 16:03:16 +03: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 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 Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTProjectionSelectQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03: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
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 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
ASTQueryWithTableAndOutput.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTRenameQuery.h Add parameterized RENAME queries 2023-02-14 13:01:06 +00:00
ASTSampleRatio.cpp
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 Make ASTSelectQuery::formatImpl() more robust 2023-02-25 22:28:00 +00:00
ASTSelectQuery.h Merge branch 'master' into 40907_Parameterized_views_as_table_functions 2022-11-28 19:10:32 +01:00
ASTSelectWithUnionQuery.cpp Addressed style review comments and removed bool variables assignment from Clone of ASTs - 40907 Parameterized views as table functions 2022-12-16 11:11:19 +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 Hide disk setting arguemtns 2023-02-21 19:24:01 +01:00
ASTSetQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTShowEngineQuery.h add support for show engines query 2023-01-31 18:35:10 +03: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 Fix even more trash 2023-02-02 02:11:16 +01: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 add system sync file cache 2023-01-28 04:27:10 +00:00
ASTSystemQuery.h Define S3 client with bucket and endpoint resolution (#45783) 2023-02-03 14:30:52 +01:00
ASTTableOverrides.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
ASTTableOverrides.h Fix parameterized queries 2023-03-11 20:16:06 +01:00
ASTTablesInSelectQuery.cpp Updated to support query parameters in HAVING clause and addressed review comments - 40907 Parameterized views as table functions 2022-11-16 12:27:08 +01:00
ASTTablesInSelectQuery.h Join enums refactoring 2022-07-29 18:35:05 +02:00
ASTTransactionControl.cpp Fix even more trash 2023-02-02 02:11:16 +01:00
ASTTransactionControl.h Fix even more trash 2023-02-02 02:11:16 +01: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
ASTUseQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTWatchQuery.h Fix even more trash 2023-02-02 02:11:16 +01:00
ASTWindowDefinition.cpp
ASTWindowDefinition.h Uppercase ROWS, GROUPS, RANGE in queries with windows. (#39410) 2022-07-25 22:53:53 +02:00
ASTWithAlias.cpp
ASTWithAlias.h Revert "Fix logical error in evaluate constant expression" 2023-03-17 17:01:40 +00:00
ASTWithElement.cpp
ASTWithElement.h
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 Fixed tests 2023-03-01 18:05:07 +01:00
ExpressionElementParsers.h Fix build 2022-12-21 01:05:00 +00:00
ExpressionListParsers.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExpressionListParsers.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
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 remove more stringstreams 2020-11-10 21:22:26 +03: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
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
getInsertQuery.h
IAST_fwd.h style 2022-10-14 14:27:11 +02:00
IAST.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IAST.h Revert "Fix logical error in evaluate constant expression" 2023-03-17 17:01:40 +00:00
IdentifierQuotingStyle.h
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
IParser.h Remove PVS-Studio 2023-02-19 23:30:05 +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 Fix checks 2023-02-22 14:27:43 +01:00
isDiskFunction.h Fix checks 2023-02-22 14:27:43 +01:00
Lexer.cpp Merge pull request #43785 from mo-avatar/binhexstringliterals 2022-12-22 10:56:18 +01: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
obfuscateQueries.cpp [RFC] Replacing merge tree new engine (#41005) 2023-02-16 16:03:16 +03: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 Added H literal for Hour IntervalKind 2022-08-08 08:54:53 -07:00
parseIntervalKind.h
parseQuery.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01: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 remove trash from MOVE PARTITION command 2023-02-13 16:10:16 +01: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 Revert changes with complex SettingsChanges 2023-02-03 21:04:45 +01:00
ParserBackupQuery.h More detailed error messages. 2022-07-03 14:20:19 +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 Final replace of ParserExpression 2022-06-29 23:26:55 +00:00
ParserCreateFunctionQuery.h
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 fix 2023-02-10 13:56:47 +00:00
ParserCreateQuery.h remove clickhouse_parsers dependency on DataTypes 2022-12-21 21:30:33 +00:00
ParserDatabaseOrNone.cpp
ParserDatabaseOrNone.h
ParserDataType.cpp Update src/Parsers/ParserDataType.cpp 2022-12-27 17:16:31 +03:00
ParserDataType.h
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 Fix normalization of UNION inside DESCRIBE query 2022-10-24 10:22:37 +02:00
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 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
ParserDropFunctionQuery.h
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
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
ParserInsertQuery.cpp Remove unnecessary ifs. 2023-01-25 15:08:58 +01: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 [RFC] Replacing merge tree new engine (#41005) 2023-02-16 16:03:16 +03:00
ParserOptimizeQuery.h [RFC] Replacing merge tree new engine (#41005) 2023-02-16 16:03:16 +03:00
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 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 add support for show engines query 2023-01-31 18:35:10 +03:00
ParserQueryWithOutput.h Introduce compatiblity mode for SETTINGS after FORMAT 2022-04-07 16:36:34 +03:00
ParserRenameQuery.cpp Small improvements 2023-02-16 10:51:13 +00:00
ParserRenameQuery.h
ParserSampleRatio.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ParserSampleRatio.h
ParserSelectQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03: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 Adding custom field continued 2023-02-03 21:05:18 +01:00
ParserSetQuery.h Adding custom field continued 2023-02-03 21:05:18 +01:00
ParserShowEngineQuery.h add support for show engines query 2023-01-31 18:35:10 +03:00
ParserShowProcesslistQuery.h
ParserShowTablesQuery.cpp Add full option for SHOW query 2022-12-03 20:42:18 +00:00
ParserShowTablesQuery.h Add full option for SHOW query 2022-12-03 20:42:18 +00:00
ParserSystemQuery.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2023-01-05 14:12:02 +00:00
ParserSystemQuery.h
ParserTablePropertiesQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserTablePropertiesQuery.h
ParserTablesInSelectQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03: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
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 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
QueryParameterVisitor.cpp 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
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
queryToString.h
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
TablePropertiesQueriesASTs.h Fix even more trash 2023-02-02 02:11:16 +01:00
TokenIterator.cpp Try tokenizing the whole input at once 2022-10-17 12:07:17 +02:00
TokenIterator.h Add assertion 2022-10-17 18:39:42 +02: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