Uses of Interface
io.trino.plugin.kafka.schema.TableDescriptionSupplier
-
Packages that use TableDescriptionSupplier 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 TableDescriptionSupplier in io.trino.plugin.kafka
Constructors in io.trino.plugin.kafka with parameters of type TableDescriptionSupplier Constructor Description KafkaMetadata(KafkaConfig kafkaConfig, TableDescriptionSupplier tableDescriptionSupplier, KafkaInternalFieldManager kafkaInternalFieldManager) -
Uses of TableDescriptionSupplier in io.trino.plugin.kafka.schema
Classes in io.trino.plugin.kafka.schema that implement TableDescriptionSupplier Modifier and Type Class Description classMapBasedTableDescriptionSupplier -
Uses of TableDescriptionSupplier in io.trino.plugin.kafka.schema.confluent
Classes in io.trino.plugin.kafka.schema.confluent that implement TableDescriptionSupplier Modifier and Type Class Description classConfluentSchemaRegistryTableDescriptionSupplierMethods in io.trino.plugin.kafka.schema.confluent that return TableDescriptionSupplier Modifier and Type Method Description TableDescriptionSupplierConfluentSchemaRegistryTableDescriptionSupplier.Factory. get() -
Uses of TableDescriptionSupplier in io.trino.plugin.kafka.schema.file
Methods in io.trino.plugin.kafka.schema.file that return TableDescriptionSupplier Modifier and Type Method Description TableDescriptionSupplierFileTableDescriptionSupplier. get()
-