Uses of Interface
org.apache.pulsar.sql.presto.PulsarRowDecoder
-
Packages that use PulsarRowDecoder Package Description org.apache.pulsar.sql.presto Implementation of the connector to the Presto engine.org.apache.pulsar.sql.presto.decoder.avro This package contains decoder for SchemaType.AVRO.org.apache.pulsar.sql.presto.decoder.json This package contains decoder for SchemaType.JSON.org.apache.pulsar.sql.presto.decoder.primitive This package contains decoder for SchemaType of SchemaType.isPrimitive() return true.org.apache.pulsar.sql.presto.decoder.protobufnative 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 PulsarRowDecoder Modifier and Type Method Description PulsarRowDecoderPulsarDispatchingRowDecoderFactory. createRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, java.util.Set<io.prestosql.decoder.DecoderColumnHandle> columns)PulsarRowDecoderPulsarRowDecoderFactory. createRowDecoder(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. -
Uses of PulsarRowDecoder in org.apache.pulsar.sql.presto.decoder.avro
Classes in org.apache.pulsar.sql.presto.decoder.avro that implement PulsarRowDecoder Modifier and Type Class Description classPulsarAvroRowDecoderRefer toAvroRowDecoder.Methods in org.apache.pulsar.sql.presto.decoder.avro that return PulsarRowDecoder Modifier and Type Method Description PulsarRowDecoderPulsarAvroRowDecoderFactory. createRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, java.util.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 Modifier and Type Class Description classPulsarJsonRowDecoderJson PulsarRowDecoder. -
Uses of PulsarRowDecoder in org.apache.pulsar.sql.presto.decoder.primitive
Classes in org.apache.pulsar.sql.presto.decoder.primitive that implement PulsarRowDecoder Modifier and Type Class Description classPulsarPrimitiveRowDecoderPrimitive Schema PulsarRowDecoder.Methods in org.apache.pulsar.sql.presto.decoder.primitive that return PulsarRowDecoder Modifier and Type Method Description PulsarRowDecoderPulsarPrimitiveRowDecoderFactory. createRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, java.util.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 PulsarRowDecoder Modifier and Type Class Description classPulsarProtobufNativeRowDecoderPulsarSchemaType.PROTOBUF_NATIVERowDecoder.Methods in org.apache.pulsar.sql.presto.decoder.protobufnative that return PulsarRowDecoder Modifier and Type Method Description PulsarRowDecoderPulsarProtobufNativeRowDecoderFactory. createRowDecoder(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, java.util.Set<io.prestosql.decoder.DecoderColumnHandle> columns)
-