Package io.trino.plugin.accumulo.io
-
Class Summary Class Description AccumuloPageSink Output class for serializing Trino pages (blocks of rows of data) to Accumulo.AccumuloPageSinkProvider Page sink provider for Accumulo connector.AccumuloRecordCursor Implementation of Trino RecordCursor, responsible for iterating over a Trino split, reading rows of data and then implementing various methods to retrieve columns within each row.AccumuloRecordSet Implementation of a Trino RecordSet, responsible for returning the column types and the RecordCursor to the framework.AccumuloRecordSetProvider Implementation of a ConnectorRecordSetProvider for Accumulo.