Uses of Class
io.trino.plugin.hive.authentication.HiveIdentity
-
-
Uses of HiveIdentity in io.trino.plugin.hive
Methods in io.trino.plugin.hive with parameters of type HiveIdentity Modifier and Type Method Description voidHiveMetastoreClosure. acquireSharedReadLock(HiveIdentity identity, String queryId, long transactionId, List<SchemaTableName> fullTables, List<HivePartition> partitions)voidHiveMetastoreClosure. acquireTableWriteLock(HiveIdentity identity, String queryId, long transactionId, String dbName, String tableName, org.apache.hadoop.hive.metastore.api.DataOperationType operation, boolean isPartitioned)voidHiveMetastoreClosure. addColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, HiveType columnType, String columnComment)voidHiveMetastoreClosure. addDynamicPartitions(HiveIdentity identity, String dbName, String tableName, List<String> partitionNames, long transactionId, long writeId, AcidOperation operation)voidHiveMetastoreClosure. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)longHiveMetastoreClosure. allocateWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId)voidHiveMetastoreClosure. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partition)voidHiveMetastoreClosure. alterPartitions(HiveIdentity identity, String dbName, String tableName, List<Partition> partitions, long writeId)voidHiveMetastoreClosure. alterTransactionalTable(HiveIdentity identity, Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidHiveMetastoreClosure. commentColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, Optional<String> comment)voidHiveMetastoreClosure. commentTable(HiveIdentity identity, String databaseName, String tableName, Optional<String> comment)voidHiveMetastoreClosure. commitTransaction(HiveIdentity identity, long transactionId)voidHiveMetastoreClosure. createDatabase(HiveIdentity identity, Database database)voidHiveMetastoreClosure. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidHiveMetastoreClosure. dropColumn(HiveIdentity identity, String databaseName, String tableName, String columnName)voidHiveMetastoreClosure. dropDatabase(HiveIdentity identity, String databaseName)voidHiveMetastoreClosure. dropPartition(HiveIdentity identity, String databaseName, String tableName, List<String> parts, boolean deleteData)voidHiveMetastoreClosure. dropTable(HiveIdentity identity, String databaseName, String tableName, boolean deleteData)List<HivePartition>HivePartitionManager. getOrLoadPartitions(SemiTransactionalHiveMetastore metastore, HiveIdentity identity, HiveTableHandle table)Optional<Partition>HiveMetastoreClosure. getPartition(HiveIdentity identity, String databaseName, String tableName, List<String> partitionValues)Optional<List<String>>HiveMetastoreClosure. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)HivePartitionResultHivePartitionManager. getPartitions(SemiTransactionalHiveMetastore metastore, HiveIdentity identity, ConnectorTableHandle tableHandle, Constraint constraint)Map<String,Optional<Partition>>HiveMetastoreClosure. getPartitionsByNames(HiveIdentity identity, String databaseName, String tableName, List<String> partitionNames)Map<String,PartitionStatistics>HiveMetastoreClosure. getPartitionStatistics(HiveIdentity identity, String databaseName, String tableName, Set<String> partitionNames)Optional<Table>HiveMetastoreClosure. getTable(HiveIdentity identity, String databaseName, String tableName)PartitionStatisticsHiveMetastoreClosure. getTableStatistics(HiveIdentity identity, String databaseName, String tableName)StringHiveMetastoreClosure. getValidWriteIds(HiveIdentity identity, List<SchemaTableName> tables, long currentTransactionId)longHiveMetastoreClosure. openTransaction(HiveIdentity identity)voidHiveMetastoreClosure. renameColumn(HiveIdentity identity, String databaseName, String tableName, String oldColumnName, String newColumnName)voidHiveMetastoreClosure. renameDatabase(HiveIdentity identity, String databaseName, String newDatabaseName)voidHiveMetastoreClosure. renameTable(HiveIdentity identity, String databaseName, String tableName, String newDatabaseName, String newTableName)voidHiveMetastoreClosure. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)voidHiveMetastoreClosure. sendTransactionHeartbeat(HiveIdentity identity, long transactionId)voidHiveMetastoreClosure. setDatabaseOwner(HiveIdentity identity, String databaseName, HivePrincipal principal)voidHiveMetastoreClosure. setTableOwner(HiveIdentity identity, String databaseName, String tableName, HivePrincipal principal)voidHiveMetastoreClosure. updatePartitionStatistics(HiveIdentity identity, String databaseName, String tableName, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidHiveMetastoreClosure. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidHiveMetastoreClosure. updateTableWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId, long writeId, OptionalLong rowCountChange) -
Uses of HiveIdentity in io.trino.plugin.hive.authentication
Methods in io.trino.plugin.hive.authentication that return HiveIdentity Modifier and Type Method Description static HiveIdentityHiveIdentity. none() -
Uses of HiveIdentity in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return HiveIdentity Modifier and Type Method Description HiveIdentitySemiTransactionalHiveMetastore.Action. getIdentity()Methods in io.trino.plugin.hive.metastore with parameters of type HiveIdentity Modifier and Type Method Description default voidHiveMetastore. acquireSharedReadLock(HiveIdentity identity, String queryId, long transactionId, List<SchemaTableName> fullTables, List<HivePartition> partitions)default voidHiveMetastore. acquireTableWriteLock(HiveIdentity identity, String queryId, long transactionId, String dbName, String tableName, org.apache.hadoop.hive.metastore.api.DataOperationType operation, boolean isDynamicPartitionWrite)voidSemiTransactionalHiveMetastore. acquireTableWriteLock(HiveIdentity identity, String queryId, long transactionId, String dbName, String tableName, org.apache.hadoop.hive.metastore.api.DataOperationType operation, boolean isPartitioned)voidHiveMetastore. addColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, HiveType columnType, String columnComment)voidRecordingHiveMetastore. addColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, HiveType columnType, String columnComment)voidSemiTransactionalHiveMetastore. addColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, HiveType columnType, String columnComment)default voidHiveMetastore. addDynamicPartitions(HiveIdentity identity, String dbName, String tableName, List<String> partitionNames, long transactionId, long writeId, AcidOperation operation)voidSemiTransactionalHiveMetastore. addDynamicPartitions(HiveIdentity identity, String dbName, String tableName, List<String> partitionNames, long transactionId, long writeId, AcidOperation operation)voidHiveMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)voidRecordingHiveMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)default longHiveMetastore. allocateWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId)longSemiTransactionalHiveMetastore. allocateWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId)voidHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partition)voidRecordingHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partition)default voidHiveMetastore. alterPartitions(HiveIdentity identity, String dbName, String tableName, List<Partition> partitions, long writeId)voidSemiTransactionalHiveMetastore. alterPartitions(HiveIdentity identity, String dbName, String tableName, List<Partition> partitions, long writeId)default voidHiveMetastore. alterTransactionalTable(HiveIdentity identity, Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidHiveMetastore. commentColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, Optional<String> comment)voidRecordingHiveMetastore. commentColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, Optional<String> comment)voidSemiTransactionalHiveMetastore. commentColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, Optional<String> comment)voidHiveMetastore. commentTable(HiveIdentity identity, String databaseName, String tableName, Optional<String> comment)voidRecordingHiveMetastore. commentTable(HiveIdentity identity, String databaseName, String tableName, Optional<String> comment)voidSemiTransactionalHiveMetastore. commentTable(HiveIdentity identity, String databaseName, String tableName, Optional<String> comment)default voidHiveMetastore. commitTransaction(HiveIdentity identity, long transactionId)voidSemiTransactionalHiveMetastore. commitTransaction(HiveIdentity identity, long transactionId)voidHiveMetastore. createDatabase(HiveIdentity identity, Database database)voidRecordingHiveMetastore. createDatabase(HiveIdentity identity, Database database)voidSemiTransactionalHiveMetastore. createDatabase(HiveIdentity identity, Database database)voidHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidRecordingHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidHiveMetastore. dropColumn(HiveIdentity identity, String databaseName, String tableName, String columnName)voidRecordingHiveMetastore. dropColumn(HiveIdentity identity, String databaseName, String tableName, String columnName)voidSemiTransactionalHiveMetastore. dropColumn(HiveIdentity identity, String databaseName, String tableName, String columnName)voidHiveMetastore. dropDatabase(HiveIdentity identity, String databaseName)voidRecordingHiveMetastore. dropDatabase(HiveIdentity identity, String databaseName)voidSemiTransactionalHiveMetastore. dropDatabase(HiveIdentity identity, String schemaName)voidHiveMetastore. dropPartition(HiveIdentity identity, String databaseName, String tableName, List<String> parts, boolean deleteData)voidRecordingHiveMetastore. dropPartition(HiveIdentity identity, String databaseName, String tableName, List<String> parts, boolean deleteData)voidHiveMetastore. dropTable(HiveIdentity identity, String databaseName, String tableName, boolean deleteData)voidRecordingHiveMetastore. dropTable(HiveIdentity identity, String databaseName, String tableName, boolean deleteData)HivePageSinkMetadataSemiTransactionalHiveMetastore. generatePageSinkMetadata(HiveIdentity identity, SchemaTableName schemaTableName)Optional<Partition>HiveMetastore. getPartition(HiveIdentity identity, Table table, List<String> partitionValues)Optional<Partition>RecordingHiveMetastore. getPartition(HiveIdentity identity, Table table, List<String> partitionValues)Optional<List<String>>SemiTransactionalHiveMetastore. getPartitionNames(HiveIdentity identity, String databaseName, String tableName)Optional<List<String>>HiveMetastore. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)Return a list of partition names, with optional filtering (hint to improve performance if possible).Optional<List<String>>RecordingHiveMetastore. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)Optional<List<String>>SemiTransactionalHiveMetastore. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)Map<String,Optional<Partition>>HiveMetastore. getPartitionsByNames(HiveIdentity identity, Table table, List<String> partitionNames)Map<String,Optional<Partition>>RecordingHiveMetastore. getPartitionsByNames(HiveIdentity identity, Table table, List<String> partitionNames)Map<String,Optional<Partition>>SemiTransactionalHiveMetastore. getPartitionsByNames(HiveIdentity identity, String databaseName, String tableName, List<String> partitionNames)Map<String,PartitionStatistics>HiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Map<String,PartitionStatistics>RecordingHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Map<String,PartitionStatistics>SemiTransactionalHiveMetastore. getPartitionStatistics(HiveIdentity identity, String databaseName, String tableName, Set<String> partitionNames)Optional<Table>HiveMetastore. getTable(HiveIdentity identity, String databaseName, String tableName)Optional<Table>RecordingHiveMetastore. getTable(HiveIdentity identity, String databaseName, String tableName)Optional<Table>SemiTransactionalHiveMetastore. getTable(HiveIdentity identity, String databaseName, String tableName)StringSemiTransactionalHiveMetastore. getTableOwner(HiveIdentity identity, String databaseName, String tableName)PartitionStatisticsHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)PartitionStatisticsRecordingHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)PartitionStatisticsSemiTransactionalHiveMetastore. getTableStatistics(HiveIdentity identity, String databaseName, String tableName)default StringHiveMetastore. getValidWriteIds(HiveIdentity identity, List<SchemaTableName> tables, long currentTransactionId)voidSemiTransactionalHiveMetastore. grantTablePrivileges(HiveIdentity identity, String databaseName, String tableName, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)Set<HivePrivilegeInfo>SemiTransactionalHiveMetastore. listTablePrivileges(HiveIdentity identity, String databaseName, String tableName, Optional<HivePrincipal> principal)default longHiveMetastore. openTransaction(HiveIdentity identity)voidHiveMetastore. renameColumn(HiveIdentity identity, String databaseName, String tableName, String oldColumnName, String newColumnName)voidRecordingHiveMetastore. renameColumn(HiveIdentity identity, String databaseName, String tableName, String oldColumnName, String newColumnName)voidSemiTransactionalHiveMetastore. renameColumn(HiveIdentity identity, String databaseName, String tableName, String oldColumnName, String newColumnName)voidHiveMetastore. renameDatabase(HiveIdentity identity, String databaseName, String newDatabaseName)voidRecordingHiveMetastore. renameDatabase(HiveIdentity identity, String databaseName, String newDatabaseName)voidSemiTransactionalHiveMetastore. renameDatabase(HiveIdentity identity, String source, String target)voidHiveMetastore. renameTable(HiveIdentity identity, String databaseName, String tableName, String newDatabaseName, String newTableName)voidRecordingHiveMetastore. renameTable(HiveIdentity identity, String databaseName, String tableName, String newDatabaseName, String newTableName)voidSemiTransactionalHiveMetastore. renameTable(HiveIdentity identity, String databaseName, String tableName, String newDatabaseName, String newTableName)voidHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)This should only be used if the semantic here is drop and add.voidRecordingHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)voidSemiTransactionalHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table table, PrincipalPrivileges principalPrivileges)voidSemiTransactionalHiveMetastore. revokeTablePrivileges(HiveIdentity identity, String databaseName, String tableName, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)default voidHiveMetastore. sendTransactionHeartbeat(HiveIdentity identity, long transactionId)voidHiveMetastore. setDatabaseOwner(HiveIdentity identity, String databaseName, HivePrincipal principal)voidRecordingHiveMetastore. setDatabaseOwner(HiveIdentity identity, String databaseName, HivePrincipal principal)voidSemiTransactionalHiveMetastore. setDatabaseOwner(HiveIdentity identity, String source, HivePrincipal principal)voidSemiTransactionalHiveMetastore. setPartitionStatistics(HiveIdentity identity, Table table, Map<List<String>,PartitionStatistics> partitionStatisticsMap)voidHiveMetastore. setTableOwner(HiveIdentity identity, String databaseName, String tableName, HivePrincipal principal)voidRecordingHiveMetastore. setTableOwner(HiveIdentity identity, String databaseName, String tableName, HivePrincipal principal)voidSemiTransactionalHiveMetastore. setTableOwner(HiveIdentity identity, String schema, String table, HivePrincipal principal)voidSemiTransactionalHiveMetastore. setTableStatistics(HiveIdentity identity, Table table, PartitionStatistics tableStatistics)voidHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidRecordingHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidRecordingHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)default voidHiveMetastore. updateTableWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId, long writeId, OptionalLong rowCountChange)voidSemiTransactionalHiveMetastore. updateTableWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId, long writeId, OptionalLong rowCountChange)static voidMetastoreUtil. verifyCanDropColumn(HiveMetastore metastore, HiveIdentity identity, String databaseName, String tableName, String columnName)Constructors in io.trino.plugin.hive.metastore with parameters of type HiveIdentity Constructor Description Action(io.trino.plugin.hive.metastore.SemiTransactionalHiveMetastore.ActionType type, T data, HdfsEnvironment.HdfsContext hdfsContext, HiveIdentity identity, String queryId)CoralSemiTransactionalHiveMSCAdapter(SemiTransactionalHiveMetastore coralHiveMetastoreClient, HiveIdentity identity)HivePageSinkMetadataProvider(HivePageSinkMetadata pageSinkMetadata, HiveMetastoreClosure delegate, HiveIdentity identity)HiveTransaction(HiveIdentity identity, String queryId, long transactionId, ScheduledFuture<?> heartbeatTask, AcidTransaction transaction) -
Uses of HiveIdentity in io.trino.plugin.hive.metastore.alluxio
Methods in io.trino.plugin.hive.metastore.alluxio with parameters of type HiveIdentity Modifier and Type Method Description voidAlluxioHiveMetastore. addColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, HiveType columnType, String columnComment)voidAlluxioHiveMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)voidAlluxioHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partition)voidAlluxioHiveMetastore. commentColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, Optional<String> comment)voidAlluxioHiveMetastore. commentTable(HiveIdentity identity, String databaseName, String tableName, Optional<String> comment)voidAlluxioHiveMetastore. createDatabase(HiveIdentity identity, Database database)voidAlluxioHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidAlluxioHiveMetastore. dropColumn(HiveIdentity identity, String databaseName, String tableName, String columnName)voidAlluxioHiveMetastore. dropDatabase(HiveIdentity identity, String databaseName)voidAlluxioHiveMetastore. dropPartition(HiveIdentity identity, String databaseName, String tableName, List<String> parts, boolean deleteData)voidAlluxioHiveMetastore. dropTable(HiveIdentity identity, String databaseName, String tableName, boolean deleteData)Optional<Partition>AlluxioHiveMetastore. getPartition(HiveIdentity identity, Table table, List<String> partitionValues)Optional<List<String>>AlluxioHiveMetastore. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)Map<String,Optional<Partition>>AlluxioHiveMetastore. getPartitionsByNames(HiveIdentity identity, Table table, List<String> partitionNames)Map<String,PartitionStatistics>AlluxioHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Optional<Table>AlluxioHiveMetastore. getTable(HiveIdentity identity, String databaseName, String tableName)PartitionStatisticsAlluxioHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)voidAlluxioHiveMetastore. renameColumn(HiveIdentity identity, String databaseName, String tableName, String oldColumnName, String newColumnName)voidAlluxioHiveMetastore. renameDatabase(HiveIdentity identity, String databaseName, String newDatabaseName)voidAlluxioHiveMetastore. renameTable(HiveIdentity identity, String databaseName, String tableName, String newDatabaseName, String newTableName)voidAlluxioHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)voidAlluxioHiveMetastore. setDatabaseOwner(HiveIdentity identity, String databaseName, HivePrincipal principal)voidAlluxioHiveMetastore. setTableOwner(HiveIdentity identity, String databaseName, String tableName, HivePrincipal principal)voidAlluxioHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidAlluxioHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update) -
Uses of HiveIdentity in io.trino.plugin.hive.metastore.cache
Methods in io.trino.plugin.hive.metastore.cache with parameters of type HiveIdentity Modifier and Type Method Description voidCachingHiveMetastore. acquireSharedReadLock(HiveIdentity identity, String queryId, long transactionId, List<SchemaTableName> fullTables, List<HivePartition> partitions)voidCachingHiveMetastore. acquireTableWriteLock(HiveIdentity identity, String queryId, long transactionId, String dbName, String tableName, org.apache.hadoop.hive.metastore.api.DataOperationType operation, boolean isDynamicPartitionWrite)voidCachingHiveMetastore. addColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, HiveType columnType, String columnComment)voidCachingHiveMetastore. addDynamicPartitions(HiveIdentity identity, String dbName, String tableName, List<String> partitionNames, long transactionId, long writeId, AcidOperation operation)voidCachingHiveMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)longCachingHiveMetastore. allocateWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId)voidCachingHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partition)voidCachingHiveMetastore. alterPartitions(HiveIdentity identity, String dbName, String tableName, List<Partition> partitions, long writeId)voidCachingHiveMetastore. alterTransactionalTable(HiveIdentity identity, Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidCachingHiveMetastore. commentColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, Optional<String> comment)voidCachingHiveMetastore. commentTable(HiveIdentity identity, String databaseName, String tableName, Optional<String> comment)voidCachingHiveMetastore. commitTransaction(HiveIdentity identity, long transactionId)voidCachingHiveMetastore. createDatabase(HiveIdentity identity, Database database)voidCachingHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidCachingHiveMetastore. dropColumn(HiveIdentity identity, String databaseName, String tableName, String columnName)voidCachingHiveMetastore. dropDatabase(HiveIdentity identity, String databaseName)voidCachingHiveMetastore. dropPartition(HiveIdentity identity, String databaseName, String tableName, List<String> parts, boolean deleteData)voidCachingHiveMetastore. dropTable(HiveIdentity identity, String databaseName, String tableName, boolean deleteData)Optional<Partition>CachingHiveMetastore. getPartition(HiveIdentity identity, Table table, List<String> partitionValues)Optional<List<String>>CachingHiveMetastore. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)Map<String,Optional<Partition>>CachingHiveMetastore. getPartitionsByNames(HiveIdentity identity, Table table, List<String> partitionNames)Map<String,PartitionStatistics>CachingHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Optional<Table>CachingHiveMetastore. getTable(HiveIdentity identity, String databaseName, String tableName)PartitionStatisticsCachingHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)StringCachingHiveMetastore. getValidWriteIds(HiveIdentity identity, List<SchemaTableName> tables, long currentTransactionId)longCachingHiveMetastore. openTransaction(HiveIdentity identity)voidCachingHiveMetastore. renameColumn(HiveIdentity identity, String databaseName, String tableName, String oldColumnName, String newColumnName)voidCachingHiveMetastore. renameDatabase(HiveIdentity identity, String databaseName, String newDatabaseName)voidCachingHiveMetastore. renameTable(HiveIdentity identity, String databaseName, String tableName, String newDatabaseName, String newTableName)voidCachingHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)voidCachingHiveMetastore. sendTransactionHeartbeat(HiveIdentity identity, long transactionId)voidCachingHiveMetastore. setDatabaseOwner(HiveIdentity identity, String databaseName, HivePrincipal principal)voidCachingHiveMetastore. setTableOwner(HiveIdentity identity, String databaseName, String tableName, HivePrincipal principal)voidCachingHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidCachingHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidCachingHiveMetastore. updateTableWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId, long writeId, OptionalLong rowCountChange) -
Uses of HiveIdentity in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file with parameters of type HiveIdentity Modifier and Type Method Description voidFileHiveMetastore. addColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, HiveType columnType, String columnComment)voidFileHiveMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)voidFileHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partitionWithStatistics)voidFileHiveMetastore. commentColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, Optional<String> comment)voidFileHiveMetastore. commentTable(HiveIdentity identity, String databaseName, String tableName, Optional<String> comment)voidFileHiveMetastore. createDatabase(HiveIdentity identity, Database database)voidFileHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidFileHiveMetastore. dropColumn(HiveIdentity identity, String databaseName, String tableName, String columnName)voidFileHiveMetastore. dropDatabase(HiveIdentity identity, String databaseName)voidFileHiveMetastore. dropPartition(HiveIdentity identity, String databaseName, String tableName, List<String> partitionValues, boolean deleteData)voidFileHiveMetastore. dropTable(HiveIdentity identity, String databaseName, String tableName, boolean deleteData)Optional<Partition>FileHiveMetastore. getPartition(HiveIdentity identity, Table table, List<String> partitionValues)Optional<List<String>>FileHiveMetastore. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)Map<String,Optional<Partition>>FileHiveMetastore. getPartitionsByNames(HiveIdentity identity, Table table, List<String> partitionNames)Map<String,PartitionStatistics>FileHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Optional<Table>FileHiveMetastore. getTable(HiveIdentity identity, String databaseName, String tableName)PartitionStatisticsFileHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)voidFileHiveMetastore. renameColumn(HiveIdentity identity, String databaseName, String tableName, String oldColumnName, String newColumnName)voidFileHiveMetastore. renameDatabase(HiveIdentity identity, String databaseName, String newDatabaseName)voidFileHiveMetastore. renameTable(HiveIdentity identity, String databaseName, String tableName, String newDatabaseName, String newTableName)voidFileHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)voidFileHiveMetastore. setDatabaseOwner(HiveIdentity identity, String databaseName, HivePrincipal principal)voidFileHiveMetastore. setTableOwner(HiveIdentity identity, String databaseName, String tableName, HivePrincipal principal)voidFileHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidFileHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update) -
Uses of HiveIdentity in io.trino.plugin.hive.metastore.glue
Methods in io.trino.plugin.hive.metastore.glue with parameters of type HiveIdentity Modifier and Type Method Description voidGlueHiveMetastore. addColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, HiveType columnType, String columnComment)voidGlueHiveMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)voidGlueHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partition)voidGlueHiveMetastore. commentColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, Optional<String> comment)voidGlueHiveMetastore. commentTable(HiveIdentity identity, String databaseName, String tableName, Optional<String> comment)voidGlueHiveMetastore. createDatabase(HiveIdentity identity, Database database)voidGlueHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidGlueHiveMetastore. dropColumn(HiveIdentity identity, String databaseName, String tableName, String columnName)voidGlueHiveMetastore. dropDatabase(HiveIdentity identity, String databaseName)voidGlueHiveMetastore. dropPartition(HiveIdentity identity, String databaseName, String tableName, List<String> parts, boolean deleteData)voidGlueHiveMetastore. dropTable(HiveIdentity identity, String databaseName, String tableName, boolean deleteData)Optional<Partition>GlueHiveMetastore. getPartition(HiveIdentity identity, Table table, List<String> partitionValues)Optional<List<String>>GlueHiveMetastore. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)Map<String,Optional<Partition>>GlueHiveMetastore. getPartitionsByNames(HiveIdentity identity, Table table, List<String> partitionNames)Ex: Partition keys = ['a', 'b'] Partition names = ['a=1/b=2', 'a=2/b=2']Map<String,PartitionStatistics>GlueHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Optional<Table>GlueHiveMetastore. getTable(HiveIdentity identity, String databaseName, String tableName)PartitionStatisticsGlueHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)voidGlueHiveMetastore. renameColumn(HiveIdentity identity, String databaseName, String tableName, String oldColumnName, String newColumnName)voidGlueHiveMetastore. renameDatabase(HiveIdentity identity, String databaseName, String newDatabaseName)voidGlueHiveMetastore. renameTable(HiveIdentity identity, String databaseName, String tableName, String newDatabaseName, String newTableName)voidGlueHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)voidGlueHiveMetastore. setDatabaseOwner(HiveIdentity identity, String databaseName, HivePrincipal principal)voidGlueHiveMetastore. setTableOwner(HiveIdentity identity, String databaseName, String tableName, HivePrincipal principal)voidGlueHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidGlueHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update) -
Uses of HiveIdentity in io.trino.plugin.hive.metastore.thrift
Methods in io.trino.plugin.hive.metastore.thrift with parameters of type HiveIdentity Modifier and Type Method Description voidBridgingHiveMetastore. acquireSharedReadLock(HiveIdentity identity, String queryId, long transactionId, List<SchemaTableName> fullTables, List<HivePartition> partitions)voidThriftHiveMetastore. acquireSharedReadLock(HiveIdentity identity, String queryId, long transactionId, List<SchemaTableName> fullTables, List<HivePartition> partitions)default voidThriftMetastore. acquireSharedReadLock(HiveIdentity identity, String queryId, long transactionId, List<SchemaTableName> fullTables, List<HivePartition> partitions)voidBridgingHiveMetastore. acquireTableWriteLock(HiveIdentity identity, String queryId, long transactionId, String dbName, String tableName, org.apache.hadoop.hive.metastore.api.DataOperationType operation, boolean isDynamicPartitionWrite)voidThriftHiveMetastore. acquireTableWriteLock(HiveIdentity identity, String queryId, long transactionId, String dbName, String tableName, org.apache.hadoop.hive.metastore.api.DataOperationType operation, boolean isDynamicPartitionWrite)default voidThriftMetastore. acquireTableWriteLock(HiveIdentity identity, String queryId, long transactionId, String dbName, String tableName, org.apache.hadoop.hive.metastore.api.DataOperationType operation, boolean isDynamicPartitionWrite)voidBridgingHiveMetastore. addColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, HiveType columnType, String columnComment)voidBridgingHiveMetastore. addDynamicPartitions(HiveIdentity identity, String dbName, String tableName, List<String> partitionNames, long transactionId, long writeId, AcidOperation operation)voidThriftHiveMetastore. addDynamicPartitions(HiveIdentity identity, String dbName, String tableName, List<String> partitionNames, long transactionId, long writeId, AcidOperation operation)default voidThriftMetastore. addDynamicPartitions(HiveIdentity identity, String dbName, String tableName, List<String> partitionNames, long transactionId, long writeId, AcidOperation operation)voidBridgingHiveMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)voidThriftHiveMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitionsWithStatistics)voidThriftMetastore. addPartitions(HiveIdentity identity, String databaseName, String tableName, List<PartitionWithStatistics> partitions)longBridgingHiveMetastore. allocateWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId)longThriftHiveMetastore. allocateWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId)default longThriftMetastore. allocateWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId)voidThriftHiveMetastore. alterDatabase(HiveIdentity identity, String databaseName, org.apache.hadoop.hive.metastore.api.Database database)voidThriftMetastore. alterDatabase(HiveIdentity identity, String databaseName, org.apache.hadoop.hive.metastore.api.Database database)voidBridgingHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partition)voidThriftHiveMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partitionWithStatistics)voidThriftMetastore. alterPartition(HiveIdentity identity, String databaseName, String tableName, PartitionWithStatistics partition)voidBridgingHiveMetastore. alterPartitions(HiveIdentity identity, String dbName, String tableName, List<Partition> partitions, long writeId)voidThriftHiveMetastore. alterPartitions(HiveIdentity identity, String dbName, String tableName, List<org.apache.hadoop.hive.metastore.api.Partition> partitions, long writeId)default voidThriftMetastore. alterPartitions(HiveIdentity identity, String dbName, String tableName, List<org.apache.hadoop.hive.metastore.api.Partition> partitions, long writeId)voidThriftHiveMetastore. alterTable(HiveIdentity identity, String databaseName, String tableName, org.apache.hadoop.hive.metastore.api.Table table)voidThriftMetastore. alterTable(HiveIdentity identity, String databaseName, String tableName, org.apache.hadoop.hive.metastore.api.Table table)voidBridgingHiveMetastore. alterTransactionalTable(HiveIdentity identity, Table table, long transactionId, long writeId, PrincipalPrivileges principalPrivileges)voidThriftHiveMetastore. alterTransactionalTable(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, long transactionId, long writeId)voidThriftMetastore. alterTransactionalTable(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, long transactionId, long writeId)voidBridgingHiveMetastore. commentColumn(HiveIdentity identity, String databaseName, String tableName, String columnName, Optional<String> comment)voidBridgingHiveMetastore. commentTable(HiveIdentity identity, String databaseName, String tableName, Optional<String> comment)voidBridgingHiveMetastore. commitTransaction(HiveIdentity identity, long transactionId)voidThriftHiveMetastore. commitTransaction(HiveIdentity identity, long transactionId)default voidThriftMetastore. commitTransaction(HiveIdentity identity, long transactionId)voidBridgingHiveMetastore. createDatabase(HiveIdentity identity, Database database)voidThriftHiveMetastore. createDatabase(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Database database)voidThriftMetastore. createDatabase(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Database database)voidBridgingHiveMetastore. createTable(HiveIdentity identity, Table table, PrincipalPrivileges principalPrivileges)voidThriftHiveMetastore. createTable(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table)voidThriftMetastore. createTable(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table)voidBridgingHiveMetastore. dropColumn(HiveIdentity identity, String databaseName, String tableName, String columnName)voidBridgingHiveMetastore. dropDatabase(HiveIdentity identity, String databaseName)voidThriftHiveMetastore. dropDatabase(HiveIdentity identity, String databaseName)voidThriftMetastore. dropDatabase(HiveIdentity identity, String databaseName)voidBridgingHiveMetastore. dropPartition(HiveIdentity identity, String databaseName, String tableName, List<String> parts, boolean deleteData)voidThriftHiveMetastore. dropPartition(HiveIdentity identity, String databaseName, String tableName, List<String> parts, boolean deleteData)voidThriftMetastore. dropPartition(HiveIdentity identity, String databaseName, String tableName, List<String> parts, boolean deleteData)voidBridgingHiveMetastore. dropTable(HiveIdentity identity, String databaseName, String tableName, boolean deleteData)voidThriftHiveMetastore. dropTable(HiveIdentity identity, String databaseName, String tableName, boolean deleteData)voidThriftMetastore. dropTable(HiveIdentity identity, String databaseName, String tableName, boolean deleteData)Optional<List<org.apache.hadoop.hive.metastore.api.FieldSchema>>ThriftHiveMetastore. getFields(HiveIdentity identity, String databaseName, String tableName)default Optional<List<org.apache.hadoop.hive.metastore.api.FieldSchema>>ThriftMetastore. getFields(HiveIdentity identity, String databaseName, String tableName)Optional<Partition>BridgingHiveMetastore. getPartition(HiveIdentity identity, Table table, List<String> partitionValues)Optional<org.apache.hadoop.hive.metastore.api.Partition>ThriftHiveMetastore. getPartition(HiveIdentity identity, String databaseName, String tableName, List<String> partitionValues)Optional<org.apache.hadoop.hive.metastore.api.Partition>ThriftMetastore. getPartition(HiveIdentity identity, String databaseName, String tableName, List<String> partitionValues)Optional<List<String>>BridgingHiveMetastore. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)Optional<List<String>>ThriftHiveMetastore. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)Optional<List<String>>ThriftMetastore. getPartitionNamesByFilter(HiveIdentity identity, String databaseName, String tableName, List<String> columnNames, TupleDomain<String> partitionKeysFilter)Map<String,Optional<Partition>>BridgingHiveMetastore. getPartitionsByNames(HiveIdentity identity, Table table, List<String> partitionNames)List<org.apache.hadoop.hive.metastore.api.Partition>ThriftHiveMetastore. getPartitionsByNames(HiveIdentity identity, String databaseName, String tableName, List<String> partitionNames)List<org.apache.hadoop.hive.metastore.api.Partition>ThriftMetastore. getPartitionsByNames(HiveIdentity identity, String databaseName, String tableName, List<String> partitionNames)Map<String,PartitionStatistics>BridgingHiveMetastore. getPartitionStatistics(HiveIdentity identity, Table table, List<Partition> partitions)Map<String,PartitionStatistics>ThriftHiveMetastore. getPartitionStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, List<org.apache.hadoop.hive.metastore.api.Partition> partitions)Map<String,PartitionStatistics>ThriftMetastore. getPartitionStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, List<org.apache.hadoop.hive.metastore.api.Partition> partitions)Optional<Table>BridgingHiveMetastore. getTable(HiveIdentity identity, String databaseName, String tableName)Optional<org.apache.hadoop.hive.metastore.api.Table>ThriftHiveMetastore. getTable(HiveIdentity identity, String databaseName, String tableName)Optional<org.apache.hadoop.hive.metastore.api.Table>ThriftMetastore. getTable(HiveIdentity identity, String databaseName, String tableName)PartitionStatisticsBridgingHiveMetastore. getTableStatistics(HiveIdentity identity, Table table)PartitionStatisticsThriftHiveMetastore. getTableStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table)PartitionStatisticsThriftMetastore. getTableStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table)StringBridgingHiveMetastore. getValidWriteIds(HiveIdentity identity, List<SchemaTableName> tables, long currentTransactionId)StringThriftHiveMetastore. getValidWriteIds(HiveIdentity identity, List<SchemaTableName> tables, long currentTransactionId)default StringThriftMetastore. getValidWriteIds(HiveIdentity identity, List<SchemaTableName> tables, long currentTransactionId)longBridgingHiveMetastore. openTransaction(HiveIdentity identity)longThriftHiveMetastore. openTransaction(HiveIdentity identity)default longThriftMetastore. openTransaction(HiveIdentity identity)voidBridgingHiveMetastore. renameColumn(HiveIdentity identity, String databaseName, String tableName, String oldColumnName, String newColumnName)voidBridgingHiveMetastore. renameDatabase(HiveIdentity identity, String databaseName, String newDatabaseName)voidBridgingHiveMetastore. renameTable(HiveIdentity identity, String databaseName, String tableName, String newDatabaseName, String newTableName)voidBridgingHiveMetastore. replaceTable(HiveIdentity identity, String databaseName, String tableName, Table newTable, PrincipalPrivileges principalPrivileges)voidBridgingHiveMetastore. sendTransactionHeartbeat(HiveIdentity identity, long transactionId)voidThriftHiveMetastore. sendTransactionHeartbeat(HiveIdentity identity, long transactionId)default voidThriftMetastore. sendTransactionHeartbeat(HiveIdentity identity, long transactionId)voidBridgingHiveMetastore. setDatabaseOwner(HiveIdentity identity, String databaseName, HivePrincipal principal)voidBridgingHiveMetastore. setTableOwner(HiveIdentity identity, String databaseName, String tableName, HivePrincipal principal)voidBridgingHiveMetastore. updatePartitionStatistics(HiveIdentity identity, Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidThriftHiveMetastore. updatePartitionStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidThriftMetastore. updatePartitionStatistics(HiveIdentity identity, org.apache.hadoop.hive.metastore.api.Table table, String partitionName, Function<PartitionStatistics,PartitionStatistics> update)voidBridgingHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidThriftHiveMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidThriftMetastore. updateTableStatistics(HiveIdentity identity, String databaseName, String tableName, AcidTransaction transaction, Function<PartitionStatistics,PartitionStatistics> update)voidBridgingHiveMetastore. updateTableWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId, long writeId, OptionalLong rowCountChange)voidThriftHiveMetastore. updateTableWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId, long writeId, OptionalLong rowCountChange)default voidThriftMetastore. updateTableWriteId(HiveIdentity identity, String dbName, String tableName, long transactionId, long writeId, OptionalLong rowCountChange) -
Uses of HiveIdentity in io.trino.plugin.hive.security
Methods in io.trino.plugin.hive.security with parameters of type HiveIdentity Modifier and Type Method Description Optional<Table>LegacyAccessControlMetastore. getTable(ConnectorSecurityContext context, HiveIdentity identity, String databaseName, String tableName)Optional<Table>SemiTransactionalLegacyAccessControlMetastore. getTable(ConnectorSecurityContext context, HiveIdentity identity, String databaseName, String tableName)voidSqlStandardAccessControlMetadataMetastore. grantTablePrivileges(HiveIdentity identity, String databaseName, String tableName, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)Set<HivePrivilegeInfo>SemiTransactionalSqlStandardAccessControlMetastore. listTablePrivileges(ConnectorSecurityContext context, HiveIdentity identity, String databaseName, String tableName, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>SqlStandardAccessControlMetadataMetastore. listTablePrivileges(HiveIdentity identity, String databaseName, String tableName, Optional<HivePrincipal> principal)Set<HivePrivilegeInfo>SqlStandardAccessControlMetastore. listTablePrivileges(ConnectorSecurityContext context, HiveIdentity identity, String databaseName, String tableName, Optional<HivePrincipal> principal)voidSqlStandardAccessControlMetadataMetastore. revokeTablePrivileges(HiveIdentity identity, String databaseName, String tableName, HivePrincipal grantee, Set<HivePrivilegeInfo> privileges)
-