Class PulsarJsonRowDecoderFactory
- java.lang.Object
-
- org.apache.pulsar.sql.presto.decoder.json.PulsarJsonRowDecoderFactory
-
- All Implemented Interfaces:
PulsarRowDecoderFactory
public class PulsarJsonRowDecoderFactory extends java.lang.Object implements PulsarRowDecoderFactory
PulsarRowDecoderFactory forSchemaType.JSON.
-
-
Constructor Summary
Constructors Constructor Description PulsarJsonRowDecoderFactory(io.prestosql.spi.type.TypeManager typeManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PulsarJsonRowDecodercreateRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, java.util.Set<io.prestosql.decoder.DecoderColumnHandle> columns)createRowDecoder RowDecoder by pulsar SchemaInfo and column DecoderColumnHandles.java.util.List<io.prestosql.spi.connector.ColumnMetadata>extractColumnMetadata(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, PulsarColumnHandle.HandleKeyValueType handleKeyValueType)extract ColumnMetadata from pulsar SchemaInfo and HandleKeyValueType.
-
-
-
Method Detail
-
createRowDecoder
public PulsarJsonRowDecoder createRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, java.util.Set<io.prestosql.decoder.DecoderColumnHandle> columns)
Description copied from interface:PulsarRowDecoderFactorycreateRowDecoder RowDecoder by pulsar SchemaInfo and column DecoderColumnHandles.- Specified by:
createRowDecoderin interfacePulsarRowDecoderFactory- Returns:
-
extractColumnMetadata
public java.util.List<io.prestosql.spi.connector.ColumnMetadata> extractColumnMetadata(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, PulsarColumnHandle.HandleKeyValueType handleKeyValueType)Description copied from interface:PulsarRowDecoderFactoryextract ColumnMetadata from pulsar SchemaInfo and HandleKeyValueType.- Specified by:
extractColumnMetadatain interfacePulsarRowDecoderFactory- Returns:
-
-