ClickHouse/src/Parsers/Access
2022-11-16 01:35:06 +01:00
..
ASTCreateQuotaQuery.cpp Fix IAST::clone() overrides for some queries. 2022-10-31 10:50:33 +01:00
ASTCreateQuotaQuery.h Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster(). 2022-04-25 16:34:33 +02:00
ASTCreateRoleQuery.cpp Fix IAST::clone() overrides for some queries. 2022-10-31 10:50:33 +01:00
ASTCreateRoleQuery.h add test for changeable_in_readonly + fix SQL in docs 2022-09-09 14:01:29 +02:00
ASTCreateRowPolicyQuery.cpp Use assert_cast() instead of as() in some places. 2022-10-31 10:50:33 +01:00
ASTCreateRowPolicyQuery.h Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster(). 2022-04-25 16:34:33 +02:00
ASTCreateSettingsProfileQuery.cpp Fix IAST::clone() overrides for some queries. 2022-10-31 10:50:33 +01:00
ASTCreateSettingsProfileQuery.h add test for changeable_in_readonly + fix SQL in docs 2022-09-09 14:01:29 +02:00
ASTCreateUserQuery.cpp Make the password wiping an option of IAST::format(). 2022-11-16 01:35:06 +01:00
ASTCreateUserQuery.h Make the password wiping an option of IAST::format(). 2022-11-16 01:35:06 +01:00
ASTDropAccessEntityQuery.cpp Fix IAST::clone() overrides for some queries. 2022-10-31 10:50:33 +01:00
ASTDropAccessEntityQuery.h Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster(). 2022-04-25 16:34:33 +02:00
ASTGrantQuery.cpp Fix IAST::clone() overrides for some queries. 2022-10-31 10:50:33 +01:00
ASTGrantQuery.h Simple cleanup: interpreters and parsers 2022-07-05 22:13:39 +00:00
ASTRolesOrUsersSet.cpp
ASTRolesOrUsersSet.h
ASTRowPolicyName.cpp Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
ASTRowPolicyName.h Add shard_index and replica_index to params of getRewrittenASTWithoutOnCluster(). 2022-04-25 16:34:33 +02:00
ASTSetRoleQuery.cpp Fix IAST::clone() overrides for some queries. 2022-10-31 10:50:33 +01:00
ASTSetRoleQuery.h
ASTSettingsProfileElement.cpp fix style 2022-09-15 12:53:56 +00:00
ASTSettingsProfileElement.h review fixes 2022-09-15 11:34:14 +00:00
ASTShowAccessEntitiesQuery.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
ASTShowAccessEntitiesQuery.h Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ASTShowAccessQuery.h
ASTShowCreateAccessEntityQuery.cpp Fix IAST::clone() overrides for some queries. 2022-10-31 10:50:33 +01:00
ASTShowCreateAccessEntityQuery.h Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ASTShowGrantsQuery.cpp Fix IAST::clone() overrides for some queries. 2022-10-31 10:50:33 +01:00
ASTShowGrantsQuery.h
ASTShowPrivilegesQuery.h
ASTUserNameWithHost.cpp
ASTUserNameWithHost.h Fix clang-tidy warnings in Parsers, Processors, QueryPipeline folders 2022-03-14 18:17:35 +00:00
ParserCreateQuotaQuery.cpp Revert "Fix errors of CheckTriviallyCopyableMove type" 2022-06-07 13:53:10 +02:00
ParserCreateQuotaQuery.h
ParserCreateRoleQuery.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ParserCreateRoleQuery.h add test for changeable_in_readonly + fix SQL in docs 2022-09-09 14:01:29 +02:00
ParserCreateRowPolicyQuery.cpp Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
ParserCreateRowPolicyQuery.h
ParserCreateSettingsProfileQuery.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ParserCreateSettingsProfileQuery.h add test for changeable_in_readonly + fix SQL in docs 2022-09-09 14:01:29 +02:00
ParserCreateUserQuery.cpp Fix a bug in ParserCreateUserQuery 2022-10-30 16:42:57 +00:00
ParserCreateUserQuery.h add test for changeable_in_readonly + fix SQL in docs 2022-09-09 14:01:29 +02:00
ParserDropAccessEntityQuery.cpp Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ParserDropAccessEntityQuery.h
ParserGrantQuery.cpp Ignore obsolete grants in ATTACH GRANT statements. 2022-02-24 07:30:40 +03:00
ParserGrantQuery.h
ParserRolesOrUsersSet.cpp
ParserRolesOrUsersSet.h
ParserRowPolicyName.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ParserRowPolicyName.h Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
ParserSetRoleQuery.cpp
ParserSetRoleQuery.h
ParserSettingsProfileElement.cpp review fixes 2022-09-15 11:34:14 +00:00
ParserSettingsProfileElement.h fix stateless tests 2022-09-06 20:28:50 +02:00
ParserShowAccessEntitiesQuery.cpp Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ParserShowAccessEntitiesQuery.h
ParserShowAccessQuery.h
ParserShowCreateAccessEntityQuery.cpp Enable clang-tidy modernize-deprecated-headers & hicpp-deprecated-headers 2022-05-09 08:23:33 +02:00
ParserShowCreateAccessEntityQuery.h
ParserShowGrantsQuery.cpp
ParserShowGrantsQuery.h
ParserShowPrivilegesQuery.cpp
ParserShowPrivilegesQuery.h
ParserUserNameWithHost.cpp fixes 2022-05-24 18:53:52 +02:00
ParserUserNameWithHost.h
parseUserName.cpp Reduce IParser.h dependencies and dependents 2021-11-26 17:19:47 +01:00
parseUserName.h Reduce IParser.h dependencies and dependents 2021-11-26 17:19:47 +01:00