Package io.trino.plugin.blackhole
Class BlackHoleMergeSink
java.lang.Object
io.trino.plugin.blackhole.BlackHoleMergeSink
- All Implemented Interfaces:
ConnectorMergeSink
-
Field Summary
Fields inherited from interface io.trino.spi.connector.ConnectorMergeSink
DELETE_OPERATION_NUMBER, INSERT_OPERATION_NUMBER, UPDATE_DELETE_OPERATION_NUMBER, UPDATE_INSERT_OPERATION_NUMBER, UPDATE_OPERATION_NUMBER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<Collection<io.airlift.slice.Slice>>finish()voidstoreMergedRows(Page page) 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.ConnectorMergeSink
abort
-
Constructor Details
-
BlackHoleMergeSink
public BlackHoleMergeSink()
-
-
Method Details
-
storeMergedRows
- Specified by:
storeMergedRowsin interfaceConnectorMergeSink
-
finish
- Specified by:
finishin interfaceConnectorMergeSink
-