Class AccumuloRecordSet

java.lang.Object
io.trino.plugin.accumulo.io.AccumuloRecordSet
All Implemented Interfaces:
RecordSet

public class AccumuloRecordSet extends Object implements RecordSet
Implementation of a Trino RecordSet, responsible for returning the column types and the RecordCursor to the framework.
See Also: