Uses of Class
io.trino.plugin.google.sheets.SheetsColumnHandle
Packages that use SheetsColumnHandle
-
Uses of SheetsColumnHandle in io.trino.plugin.google.sheets
Methods in io.trino.plugin.google.sheets that return types with arguments of type SheetsColumnHandleConstructor parameters in io.trino.plugin.google.sheets with type arguments of type SheetsColumnHandleModifierConstructorDescriptionSheetsConnectorInsertTableHandle(String tableName, List<SheetsColumnHandle> columns) SheetsPageSink(SheetsClient sheetsClient, String tableName, List<SheetsColumnHandle> columns) SheetsRecordCursor(List<SheetsColumnHandle> columnHandles, List<List<String>> dataValues) SheetsRecordSet(SheetsSplit split, List<SheetsColumnHandle> columnHandles)