Package io.trino.plugin.iceberg
Class CommitTaskData
java.lang.Object
io.trino.plugin.iceberg.CommitTaskData
-
Constructor Summary
ConstructorsConstructorDescriptionCommitTaskData(String path, IcebergFileFormat fileFormat, long fileSizeInBytes, MetricsWrapper metrics, String partitionSpecJson, Optional<String> partitionDataJson, org.apache.iceberg.FileContent content, Optional<String> referencedDataFile) -
Method Summary
-
Constructor Details
-
CommitTaskData
public CommitTaskData(String path, IcebergFileFormat fileFormat, long fileSizeInBytes, MetricsWrapper metrics, String partitionSpecJson, Optional<String> partitionDataJson, org.apache.iceberg.FileContent content, Optional<String> referencedDataFile)
-
-
Method Details
-
getPath
-
getFileFormat
-
getFileSizeInBytes
public long getFileSizeInBytes() -
getMetrics
-
getPartitionSpecJson
-
getPartitionDataJson
-
getContent
public org.apache.iceberg.FileContent getContent() -
getReferencedDataFile
-