ClickHouse/src/Parsers/Access
2022-04-22 00:31:23 -04:00
..
ASTCreateQuotaQuery.cpp Rename Quota::KeyType -> QuotaKeyType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
ASTCreateQuotaQuery.h Rename Quota::KeyType -> QuotaKeyType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
ASTCreateRoleQuery.cpp
ASTCreateRoleQuery.h
ASTCreateRowPolicyQuery.cpp Revert "[WIP] New row policies" 2022-03-21 08:41:33 +03:00
ASTCreateRowPolicyQuery.h Revert "[WIP] New row policies" 2022-03-21 08:41:33 +03:00
ASTCreateSettingsProfileQuery.cpp
ASTCreateSettingsProfileQuery.h
ASTCreateUserQuery.cpp Added keyword SALT to indicate random salt value in CREATE/ALTER USER results. 2022-04-18 17:02:22 -04:00
ASTCreateUserQuery.h
ASTDropAccessEntityQuery.cpp Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ASTDropAccessEntityQuery.h Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ASTGrantQuery.cpp
ASTGrantQuery.h Get rid of IAST::getQueryKindString 2021-12-30 12:55:50 +03:00
ASTRolesOrUsersSet.cpp
ASTRolesOrUsersSet.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTRowPolicyName.cpp Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
ASTRowPolicyName.h Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
ASTSetRoleQuery.cpp
ASTSetRoleQuery.h
ASTSettingsProfileElement.cpp
ASTSettingsProfileElement.h
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 Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ASTShowCreateAccessEntityQuery.h Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ASTShowGrantsQuery.cpp
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 Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserCreateQuotaQuery.h
ParserCreateRoleQuery.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ParserCreateRoleQuery.h
ParserCreateRowPolicyQuery.cpp Revert "[WIP] New row policies" 2022-03-21 08:41:33 +03:00
ParserCreateRowPolicyQuery.h
ParserCreateSettingsProfileQuery.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
ParserCreateSettingsProfileQuery.h
ParserCreateUserQuery.cpp print error string 2022-04-22 00:31:23 -04:00
ParserCreateUserQuery.h
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 Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserSettingsProfileElement.h
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 Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ParserShowCreateAccessEntityQuery.h
ParserShowGrantsQuery.cpp
ParserShowGrantsQuery.h
ParserShowPrivilegesQuery.cpp
ParserShowPrivilegesQuery.h
ParserUserNameWithHost.cpp
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