Package io.trino.plugin.google.sheets
Class SheetsPageSink
java.lang.Object
io.trino.plugin.google.sheets.SheetsPageSink
- All Implemented Interfaces:
ConnectorPageSink
-
Field Summary
Fields inherited from interface io.trino.spi.connector.ConnectorPageSink
NOT_BLOCKED -
Constructor Summary
ConstructorsConstructorDescriptionSheetsPageSink(SheetsClient sheetsClient, String tableName, List<SheetsColumnHandle> columns) -
Method Summary
Modifier and TypeMethodDescriptionvoidabort()appendPage(Page page) CompletableFuture<Collection<io.airlift.slice.Slice>>finish()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.ConnectorPageSink
getCompletedBytes, getMemoryUsage, getValidationCpuNanos
-
Constructor Details
-
SheetsPageSink
public SheetsPageSink(SheetsClient sheetsClient, String tableName, List<SheetsColumnHandle> columns)
-
-
Method Details
-
appendPage
- Specified by:
appendPagein interfaceConnectorPageSink
-
finish
- Specified by:
finishin interfaceConnectorPageSink
-
abort
public void abort()- Specified by:
abortin interfaceConnectorPageSink
-