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<io.trino.plugin.hive.HiveColumnHandle> predicate, List<io.trino.plugin.hive.HivePartitionKey> partitionKeys, SplitWeight splitWeight) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglongList<io.trino.plugin.hive.HivePartitionKey> TupleDomain<io.trino.plugin.hive.HiveColumnHandle> longlonggetStart()toString()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
getAddresses, getInfo, isRemotelyAccessible
-
Constructor Details
-
HudiSplit
public HudiSplit(String location, long start, long length, long fileSize, long fileModifiedTime, TupleDomain<io.trino.plugin.hive.HiveColumnHandle> predicate, List<io.trino.plugin.hive.HivePartitionKey> partitionKeys, SplitWeight splitWeight)
-
-
Method Details
-
getSplitInfo
- Specified by:
getSplitInfoin 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
-