Package io.trino.plugin.jdbc
Class JdbcSplit
java.lang.Object
io.trino.plugin.jdbc.JdbcSplit
- All Implemented Interfaces:
ConnectorSplit
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcSplit(Optional<String> additionalPredicate, TupleDomain<JdbcColumnHandle> dynamicFilter) -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()longbooleanwithDynamicFilter(TupleDomain<JdbcColumnHandle> dynamicFilter) Methods 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
getSplitWeight
-
Constructor Details
-
JdbcSplit
-
JdbcSplit
-
-
Method Details
-
withDynamicFilter
-
getAdditionalPredicate
-
getDynamicFilter
-
isRemotelyAccessible
public boolean isRemotelyAccessible()- Specified by:
isRemotelyAccessiblein interfaceConnectorSplit
-
getAddresses
- Specified by:
getAddressesin interfaceConnectorSplit
-
getInfo
- Specified by:
getInfoin interfaceConnectorSplit
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceConnectorSplit
-