Package io.trino.split
Class EmptySplit
java.lang.Object
io.trino.split.EmptySplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.spi.connector.ConnectorSplit
getAddresses, getInfo, getSplitWeight, isRemotelyAccessible
-
Constructor Details
-
EmptySplit
-
-
Method Details
-
getSplitInfo
- Specified by:
getSplitInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-
getCatalogHandle
-