ClickHouse/src/Parsers/Access
2021-11-26 17:54:57 +01: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 Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTCreateRoleQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTCreateRowPolicyQuery.cpp Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
ASTCreateRowPolicyQuery.h Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
ASTCreateSettingsProfileQuery.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTCreateSettingsProfileQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTCreateUserQuery.cpp Rename AuthenticationType::MAX_TYPE. 2021-11-02 12:02:22 +03:00
ASTCreateUserQuery.h Split Authentication.h to common and main parts. 2021-11-01 19:13:49 +03:00
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 Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTGrantQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTRolesOrUsersSet.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
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 Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTSetRoleQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTSettingsProfileElement.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTSettingsProfileElement.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTShowAccessEntitiesQuery.cpp Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ASTShowAccessEntitiesQuery.h Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ASTShowAccessQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
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 Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTShowGrantsQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTShowPrivilegesQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTUserNameWithHost.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ASTUserNameWithHost.h Reduce dependencies on IParser.h 2021-11-26 17:04:21 +01:00
ParserCreateQuotaQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserCreateQuotaQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserCreateRoleQuery.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserCreateRoleQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserCreateRowPolicyQuery.cpp Reduce dependencies on ASTLiteral.h 2021-11-26 17:54:57 +01:00
ParserCreateRowPolicyQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserCreateSettingsProfileQuery.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserCreateSettingsProfileQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserCreateUserQuery.cpp Rename AuthenticationType::MAX_TYPE. 2021-11-02 12:02:22 +03:00
ParserCreateUserQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserDropAccessEntityQuery.cpp Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ParserDropAccessEntityQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserGrantQuery.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserGrantQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserRolesOrUsersSet.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserRolesOrUsersSet.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserRowPolicyName.cpp Rename RowPolicy::NameParts -> RowPolicyName and move it to Access/Common. 2021-11-19 00:14:23 +03:00
ParserRowPolicyName.h Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
ParserSetRoleQuery.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserSetRoleQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserSettingsProfileElement.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ParserSettingsProfileElement.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserShowAccessEntitiesQuery.cpp Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ParserShowAccessEntitiesQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserShowAccessQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserShowCreateAccessEntityQuery.cpp Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
ParserShowCreateAccessEntityQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserShowGrantsQuery.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserShowGrantsQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserShowPrivilegesQuery.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserShowPrivilegesQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserUserNameWithHost.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
ParserUserNameWithHost.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
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