Package io.trino.plugin.thrift.server
Class ListBasedRecordSet
- java.lang.Object
-
- io.trino.plugin.thrift.server.ListBasedRecordSet
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordCursorcursor()List<Type>getColumnTypes()
-
-
-
Method Detail
-
getColumnTypes
public List<Type> getColumnTypes()
- Specified by:
getColumnTypesin interfaceRecordSet
-
cursor
public RecordCursor cursor()
-
-