Package io.trino.plugin.tpch
Class TpchSplit
java.lang.Object
io.trino.plugin.tpch.TpchSplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Details
-
TpchSplit
-
-
Method Details
-
getTotalParts
public int getTotalParts() -
getPartNumber
public int getPartNumber() -
getInfo
- Specified by:
getInfoin interfaceConnectorSplit
-
isRemotelyAccessible
public boolean isRemotelyAccessible()- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
- Specified by:
getAddressesin interfaceConnectorSplit
-
equals
-
hashCode
public int hashCode() -
toString
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-