Uses of Class
io.trino.plugin.kafka.KafkaTopicFieldDescription
-
Packages that use KafkaTopicFieldDescription Package Description io.trino.plugin.kafka -
-
Uses of KafkaTopicFieldDescription in io.trino.plugin.kafka
Methods in io.trino.plugin.kafka that return types with arguments of type KafkaTopicFieldDescription Modifier and Type Method Description List<KafkaTopicFieldDescription>KafkaTopicFieldGroup. getFields()Constructor parameters in io.trino.plugin.kafka with type arguments of type KafkaTopicFieldDescription Constructor Description KafkaTopicFieldGroup(String dataFormat, Optional<String> dataSchema, Optional<String> subject, List<KafkaTopicFieldDescription> fields)
-