Package io.trino.operator.index
Class IndexSplit
java.lang.Object
io.trino.operator.index.IndexSplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanMethods 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
getInfo, getSplitWeight
-
Constructor Details
-
IndexSplit
-
-
Method Details
-
isRemotelyAccessible
public boolean isRemotelyAccessible()- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
- Specified by:
getAddressesin interfaceConnectorSplit
-
getSplitInfo
- Specified by:
getSplitInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-
getKeyRecordSet
-