Uses of Class
io.trino.plugin.hive.PartitionAndStatementId
-
Packages that use PartitionAndStatementId Package Description io.trino.plugin.hive io.trino.plugin.hive.metastore -
-
Uses of PartitionAndStatementId in io.trino.plugin.hive
Fields in io.trino.plugin.hive with type parameters of type PartitionAndStatementId Modifier and Type Field Description static io.airlift.json.JsonCodec<PartitionAndStatementId>PartitionAndStatementId. CODEC -
Uses of PartitionAndStatementId in io.trino.plugin.hive.metastore
Method parameters in io.trino.plugin.hive.metastore with type arguments of type PartitionAndStatementId Modifier and Type Method Description voidSemiTransactionalHiveMetastore. finishRowLevelDelete(ConnectorSession session, String databaseName, String tableName, org.apache.hadoop.fs.Path currentLocation, List<PartitionAndStatementId> partitionAndStatementIds)voidSemiTransactionalHiveMetastore. finishUpdate(ConnectorSession session, String databaseName, String tableName, org.apache.hadoop.fs.Path currentLocation, List<PartitionAndStatementId> partitionAndStatementIds)
-