Package io.trino.plugin.hudi
Class HudiSplit
java.lang.Object
io.trino.plugin.hudi.HudiSplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Summary
ConstructorsConstructorDescriptionHudiSplit(String path, long start, long length, long fileSize, long fileModifiedTime, List<HostAddress> addresses, TupleDomain<HiveColumnHandle> predicate, List<HivePartitionKey> partitionKeys, SplitWeight splitWeight) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.spi.connector.ConnectorSplit
getRetainedSizeInBytes
-
Constructor Details
-
HudiSplit
public HudiSplit(String path, long start, long length, long fileSize, long fileModifiedTime, List<HostAddress> addresses, 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
-
getPath
-
getStart
public long getStart() -
getLength
public long getLength() -
getFileSize
public long getFileSize() -
getFileModifiedTime
public long getFileModifiedTime() -
getPredicate
-
getPartitionKeys
-
toString
-