ClickHouse/src/Interpreters/Access
Bharat Nallan ee37f551a2
independent registration of interpreters (#58443)
* make interpreter factory an instance

* add registerInterpreter

* register interpreters individually

* try wire everything up

* fix style

* fix test
2024-01-08 22:33:48 -08:00
..
InterpreterCreateQuotaQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterCreateQuotaQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
InterpreterCreateRoleQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterCreateRoleQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
InterpreterCreateRowPolicyQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterCreateRowPolicyQuery.h Revert "[WIP] New row policies" 2022-03-21 08:41:33 +03:00
InterpreterCreateSettingsProfileQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterCreateSettingsProfileQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
InterpreterCreateUserQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterCreateUserQuery.h Revert "[WIP] New row policies" 2022-03-21 08:41:33 +03:00
InterpreterDropAccessEntityQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterDropAccessEntityQuery.h Privileges CREATE/ALTER/DROP ROW POLICY now can be granted on a table or on database.* as well as globally *.* 2022-02-11 12:35:52 +07:00
InterpreterGrantQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterGrantQuery.h Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
InterpreterMoveAccessEntityQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterMoveAccessEntityQuery.h Implement MOVE query for the access entities. 2023-07-20 22:20:36 -04:00
InterpreterSetRoleQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterSetRoleQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
InterpreterShowAccessEntitiesQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterShowAccessEntitiesQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
InterpreterShowAccessQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterShowAccessQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
InterpreterShowCreateAccessEntityQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterShowCreateAccessEntityQuery.h Revert "[WIP] New row policies" 2022-03-21 08:41:33 +03:00
InterpreterShowGrantsQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterShowGrantsQuery.h Rename AccessControlManager -> AccessControl. 2021-11-02 14:06:20 +03:00
InterpreterShowPrivilegesQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterShowPrivilegesQuery.h Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00