Package io.trino.plugin.hudi
Class HudiSplit
java.lang.Object
io.trino.plugin.hudi.HudiSplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Summary
ConstructorsConstructorDescriptionHudiSplit(String location, long start, long length, long fileSize, long fileModifiedTime, TupleDomain<HiveColumnHandle> predicate, List<HivePartitionKey> partitionKeys, SplitWeight splitWeight) -
Method Summary
-
Constructor Details
-
HudiSplit
public HudiSplit(String location, long start, long length, long fileSize, long fileModifiedTime, TupleDomain<HiveColumnHandle> predicate, List<HivePartitionKey> partitionKeys, SplitWeight splitWeight)
-
-
Method Details
-
isRemotelyAccessible
public boolean isRemotelyAccessible()- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
- Specified by:
getAddressesin interfaceConnectorSplit
-
getInfo
- Specified by:
getInfoin interfaceConnectorSplit
-
getSplitWeight
- Specified by:
getSplitWeightin interfaceConnectorSplit
-
getLocation
-
getStart
public long getStart() -
getLength
public long getLength() -
getFileSize
public long getFileSize() -
getFileModifiedTime
public long getFileModifiedTime() -
getPredicate
-
getPartitionKeys
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-
toString
-