Uses of Class
io.trino.plugin.hive.metastore.UserTableKey
-
Packages that use UserTableKey Package Description io.trino.plugin.hive.metastore.recording -
-
Uses of UserTableKey in io.trino.plugin.hive.metastore.recording
Methods in io.trino.plugin.hive.metastore.recording that return types with arguments of type UserTableKey Modifier and Type Method Description List<HiveMetastoreRecording.Pair<UserTableKey,Set<HivePrivilegeInfo>>>HiveMetastoreRecording.Recording. getTablePrivileges()Methods in io.trino.plugin.hive.metastore.recording with parameters of type UserTableKey Modifier and Type Method Description Set<HivePrivilegeInfo>HiveMetastoreRecording. listTablePrivileges(UserTableKey userTableKey, Supplier<Set<HivePrivilegeInfo>> valueSupplier)
-