Class PulsarProtobufNativeColumnDecoder
java.lang.Object
org.apache.pulsar.sql.presto.decoder.protobufnative.PulsarProtobufNativeColumnDecoder
Pulsar
SchemaType.PROTOBUF_NATIVE ColumnDecoder.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPulsarProtobufNativeColumnDecoder(io.prestosql.decoder.DecoderColumnHandle columnHandle) -
Method Summary
Modifier and TypeMethodDescriptionio.prestosql.decoder.FieldValueProviderdecodeField(com.google.protobuf.DynamicMessage dynamicMessage) protected static MapparseProtobufMap(Object value)
-
Field Details
-
PROTOBUF_MAP_KEY_NAME
- See Also:
-
PROTOBUF_MAP_VALUE_NAME
- See Also:
-
-
Constructor Details
-
PulsarProtobufNativeColumnDecoder
public PulsarProtobufNativeColumnDecoder(io.prestosql.decoder.DecoderColumnHandle columnHandle)
-
-
Method Details
-
decodeField
public io.prestosql.decoder.FieldValueProvider decodeField(com.google.protobuf.DynamicMessage dynamicMessage) -
parseProtobufMap
-