Package io.trino.plugin.hive
Class PartitionAndStatementId
- java.lang.Object
-
- io.trino.plugin.hive.PartitionAndStatementId
-
public class PartitionAndStatementId extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static io.airlift.json.JsonCodec<PartitionAndStatementId>CODEC
-
Constructor Summary
Constructors Constructor Description PartitionAndStatementId(String partitionName, int statementId, long rowCount, String deleteDeltaDirectory, Optional<String> deltaDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<String>getAllDirectories()StringgetDeleteDeltaDirectory()Optional<String>getDeltaDirectory()StringgetPartitionName()longgetRowCount()intgetStatementId()inthashCode()
-
-
-
Field Detail
-
CODEC
public static final io.airlift.json.JsonCodec<PartitionAndStatementId> CODEC
-
-