Package io.trino.plugin.hive
Class PartitionUpdateAndMergeResults
java.lang.Object
io.trino.plugin.hive.PartitionUpdateAndMergeResults
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.airlift.json.JsonCodec<PartitionUpdateAndMergeResults> -
Constructor Summary
ConstructorsConstructorDescriptionPartitionUpdateAndMergeResults(PartitionUpdate partitionUpdate, long insertRowCount, Optional<String> deltaDirectory, long deleteRowCount, Optional<String> deleteDeltaDirectory) -
Method Summary
Modifier and TypeMethodDescriptionlonglong
-
Field Details
-
CODEC
-
-
Constructor Details
-
PartitionUpdateAndMergeResults
public PartitionUpdateAndMergeResults(PartitionUpdate partitionUpdate, long insertRowCount, Optional<String> deltaDirectory, long deleteRowCount, Optional<String> deleteDeltaDirectory)
-
-
Method Details
-
getPartitionUpdate
-
getInsertRowCount
public long getInsertRowCount() -
getDeltaDirectory
-
getDeleteRowCount
public long getDeleteRowCount() -
getDeleteDeltaDirectory
-