Uses of Interface
io.trino.plugin.kafka.schema.ContentSchemaReader
-
Packages that use ContentSchemaReader Package Description io.trino.plugin.kafka io.trino.plugin.kafka.schema io.trino.plugin.kafka.schema.confluent io.trino.plugin.kafka.schema.file -
-
Uses of ContentSchemaReader in io.trino.plugin.kafka
Constructors in io.trino.plugin.kafka with parameters of type ContentSchemaReader Constructor Description KafkaSplitManager(KafkaConsumerFactory consumerFactory, KafkaConfig kafkaConfig, KafkaFilterManager kafkaFilterManager, ContentSchemaReader contentSchemaReader) -
Uses of ContentSchemaReader in io.trino.plugin.kafka.schema
Classes in io.trino.plugin.kafka.schema that implement ContentSchemaReader Modifier and Type Class Description classAbstractContentSchemaReader -
Uses of ContentSchemaReader in io.trino.plugin.kafka.schema.confluent
Classes in io.trino.plugin.kafka.schema.confluent that implement ContentSchemaReader Modifier and Type Class Description classAvroConfluentContentSchemaReader -
Uses of ContentSchemaReader in io.trino.plugin.kafka.schema.file
Classes in io.trino.plugin.kafka.schema.file that implement ContentSchemaReader Modifier and Type Class Description classFileContentSchemaReader
-