Package io.trino.plugin.accumulo.serializers
-
Interface Summary Interface Description AccumuloRowSerializer Interface for deserializing the data in Accumulo into a Trino row. -
Class Summary Class Description BooleanLexicoder Accumulo lexicoder for BooleansLexicoderRowSerializer Implementation ofAccumuloRowSerializerthat uses Accumulo lexicoders to serialize the values of the Trino columns.MapLexicoder<K,V> Accumulo lexicoder for encoding a Java MapStringRowSerializer Implementation ofStringRowSerializerthat encodes and decodes Trino column values as human-readable String objects.