Package io.trino.plugin.tpcds
Class TpcdsSplit
java.lang.Object
io.trino.plugin.tpcds.TpcdsSplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Summary
ConstructorsConstructorDescriptionTpcdsSplit(int partNumber, int totalParts, List<HostAddress> addresses, boolean noSexism) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.spi.connector.ConnectorSplit
getSplitWeight
-
Constructor Details
-
TpcdsSplit
-
-
Method Details
-
getTotalParts
public int getTotalParts() -
getPartNumber
public int getPartNumber() -
getInfo
- Specified by:
getInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-
isRemotelyAccessible
public boolean isRemotelyAccessible()- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
- Specified by:
getAddressesin interfaceConnectorSplit
-
isNoSexism
public boolean isNoSexism() -
equals
-
hashCode
public int hashCode() -
toString
-