Uses of Enum Class
org.apache.pulsar.sql.presto.PulsarColumnHandle.HandleKeyValueType
Packages that use PulsarColumnHandle.HandleKeyValueType
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 PulsarColumnHandle.HandleKeyValueType in org.apache.pulsar.sql.presto
Methods in org.apache.pulsar.sql.presto that return PulsarColumnHandle.HandleKeyValueTypeModifier and TypeMethodDescriptionPulsarColumnHandle.getHandleKeyValueType()PulsarColumnMetadata.getHandleKeyValueType()Returns the enum constant of this class with the specified name.PulsarColumnHandle.HandleKeyValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.sql.presto with parameters of type PulsarColumnHandle.HandleKeyValueTypeModifier and TypeMethodDescriptionList<io.prestosql.spi.connector.ColumnMetadata>PulsarDispatchingRowDecoderFactory.extractColumnMetadata(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, PulsarColumnHandle.HandleKeyValueType handleKeyValueType) List<io.prestosql.spi.connector.ColumnMetadata>PulsarRowDecoderFactory.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.static StringPulsarColumnMetadata.getColumnName(PulsarColumnHandle.HandleKeyValueType handleKeyValueType, String name) List<io.prestosql.spi.connector.ColumnMetadata>PulsarMetadata.getPulsarColumns(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, boolean withInternalColumns, PulsarColumnHandle.HandleKeyValueType handleKeyValueType) Convert pulsar schema into presto table metadata.Constructors in org.apache.pulsar.sql.presto with parameters of type PulsarColumnHandle.HandleKeyValueTypeModifierConstructorDescriptionPulsarColumnHandle(String connectorId, String name, io.prestosql.spi.type.Type type, boolean hidden, boolean internal, String mapping, String dataFormat, String formatHint, PulsarColumnHandle.HandleKeyValueType handleKeyValueType) PulsarColumnMetadata(String name, io.prestosql.spi.type.Type type, String comment, String extraInfo, boolean hidden, boolean isInternal, PulsarColumnHandle.HandleKeyValueType handleKeyValueType, PulsarColumnMetadata.DecoderExtraInfo decoderExtraInfo) -
Uses of PulsarColumnHandle.HandleKeyValueType in org.apache.pulsar.sql.presto.decoder.avro
Methods in org.apache.pulsar.sql.presto.decoder.avro with parameters of type PulsarColumnHandle.HandleKeyValueTypeModifier and TypeMethodDescriptionList<io.prestosql.spi.connector.ColumnMetadata>PulsarAvroRowDecoderFactory.extractColumnMetadata(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, PulsarColumnHandle.HandleKeyValueType handleKeyValueType) -
Uses of PulsarColumnHandle.HandleKeyValueType in org.apache.pulsar.sql.presto.decoder.json
Methods in org.apache.pulsar.sql.presto.decoder.json with parameters of type PulsarColumnHandle.HandleKeyValueTypeModifier and TypeMethodDescriptionList<io.prestosql.spi.connector.ColumnMetadata>PulsarJsonRowDecoderFactory.extractColumnMetadata(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, PulsarColumnHandle.HandleKeyValueType handleKeyValueType) -
Uses of PulsarColumnHandle.HandleKeyValueType in org.apache.pulsar.sql.presto.decoder.primitive
Methods in org.apache.pulsar.sql.presto.decoder.primitive with parameters of type PulsarColumnHandle.HandleKeyValueTypeModifier and TypeMethodDescriptionList<io.prestosql.spi.connector.ColumnMetadata>PulsarPrimitiveRowDecoderFactory.extractColumnMetadata(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, PulsarColumnHandle.HandleKeyValueType handleKeyValueType) -
Uses of PulsarColumnHandle.HandleKeyValueType in org.apache.pulsar.sql.presto.decoder.protobufnative
Methods in org.apache.pulsar.sql.presto.decoder.protobufnative with parameters of type PulsarColumnHandle.HandleKeyValueTypeModifier and TypeMethodDescriptionList<io.prestosql.spi.connector.ColumnMetadata>PulsarProtobufNativeRowDecoderFactory.extractColumnMetadata(org.apache.pulsar.common.naming.TopicName topicName, org.apache.pulsar.common.schema.SchemaInfo schemaInfo, PulsarColumnHandle.HandleKeyValueType handleKeyValueType)