Package io.trino.plugin.iceberg
Class IcebergSplit
java.lang.Object
io.trino.plugin.iceberg.IcebergSplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Summary
ConstructorsConstructorDescriptionIcebergSplit(String path, long start, long length, long fileSize, IcebergFileFormat fileFormat, String partitionSpecJson, String partitionDataJson, List<DeleteFile> deletes, SplitWeight splitWeight) -
Method Summary
-
Constructor Details
-
IcebergSplit
public IcebergSplit(String path, long start, long length, long fileSize, IcebergFileFormat fileFormat, String partitionSpecJson, String partitionDataJson, List<DeleteFile> deletes, SplitWeight splitWeight)
-
-
Method Details
-
isRemotelyAccessible
public boolean isRemotelyAccessible()- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
- Specified by:
getAddressesin interfaceConnectorSplit
-
getPath
-
getStart
public long getStart() -
getLength
public long getLength() -
getFileSize
public long getFileSize() -
getFileFormat
-
getPartitionSpecJson
-
getPartitionDataJson
-
getDeletes
-
getSplitWeight
- Specified by:
getSplitWeightin interfaceConnectorSplit
-
getInfo
- Specified by:
getInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-
toString
-