Package org.apache.pulsar.sql.presto
Interface PulsarRowDecoder
-
- All Known Implementing Classes:
PulsarAvroRowDecoder,PulsarJsonRowDecoder,PulsarPrimitiveRowDecoder,PulsarProtobufNativeRowDecoder
public interface PulsarRowDecoderRowDecoder interface for Pulsar.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.util.Map<io.prestosql.decoder.DecoderColumnHandle,io.prestosql.decoder.FieldValueProvider>>decodeRow(io.netty.buffer.ByteBuf byteBuf)decode byteBuf to Column FieldValueProvider.
-