Package io.trino.plugin.accumulo.io
package io.trino.plugin.accumulo.io
-
ClassesClassDescriptionOutput class for serializing Trino pages (blocks of rows of data) to Accumulo.Page sink provider for Accumulo connector.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.Implementation of a Trino RecordSet, responsible for returning the column types and the RecordCursor to the framework.Implementation of a ConnectorRecordSetProvider for Accumulo.