Uses of Interface
org.apache.pulsar.sql.presto.PulsarRowDecoder
Packages that use PulsarRowDecoder
Package
Description
Implementation of the connector to the Presto engine.
This package contains decoder for SchemaType.AVRO.
This package contains decoder for SchemaType.JSON.
This package contains decoder for SchemaType of SchemaType.isPrimitive() return true.
This package contains decoder for SchemaType.AVRO.
-
Uses of PulsarRowDecoder in org.apache.pulsar.sql.presto
Methods in org.apache.pulsar.sql.presto that return PulsarRowDecoderModifier and TypeMethodDescriptionPulsarDispatchingRowDecoderFactory.createRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, Set<io.prestosql.decoder.DecoderColumnHandle> columns) PulsarRowDecoderFactory.createRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, Set<io.prestosql.decoder.DecoderColumnHandle> columns) createRowDecoder RowDecoder by pulsar SchemaInfo and column DecoderColumnHandles. -
Uses of PulsarRowDecoder in org.apache.pulsar.sql.presto.decoder.avro
Classes in org.apache.pulsar.sql.presto.decoder.avro that implement PulsarRowDecoderMethods in org.apache.pulsar.sql.presto.decoder.avro that return PulsarRowDecoderModifier and TypeMethodDescriptionPulsarAvroRowDecoderFactory.createRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, Set<io.prestosql.decoder.DecoderColumnHandle> columns) -
Uses of PulsarRowDecoder in org.apache.pulsar.sql.presto.decoder.json
Classes in org.apache.pulsar.sql.presto.decoder.json that implement PulsarRowDecoder -
Uses of PulsarRowDecoder in org.apache.pulsar.sql.presto.decoder.primitive
Classes in org.apache.pulsar.sql.presto.decoder.primitive that implement PulsarRowDecoderModifier and TypeClassDescriptionclassPrimitive Schema PulsarRowDecoder.Methods in org.apache.pulsar.sql.presto.decoder.primitive that return PulsarRowDecoderModifier and TypeMethodDescriptionPulsarPrimitiveRowDecoderFactory.createRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, Set<io.prestosql.decoder.DecoderColumnHandle> columns) -
Uses of PulsarRowDecoder in org.apache.pulsar.sql.presto.decoder.protobufnative
Classes in org.apache.pulsar.sql.presto.decoder.protobufnative that implement PulsarRowDecoderModifier and TypeClassDescriptionclassPulsarSchemaType.PROTOBUF_NATIVERowDecoder.Methods in org.apache.pulsar.sql.presto.decoder.protobufnative that return PulsarRowDecoderModifier and TypeMethodDescriptionPulsarProtobufNativeRowDecoderFactory.createRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, Set<io.prestosql.decoder.DecoderColumnHandle> columns)