Uses of Class
io.trino.plugin.kafka.KafkaTopicFieldGroup
-
Packages that use KafkaTopicFieldGroup Package Description io.trino.plugin.kafka io.trino.plugin.kafka.schema.confluent -
-
Uses of KafkaTopicFieldGroup in io.trino.plugin.kafka
Methods in io.trino.plugin.kafka that return types with arguments of type KafkaTopicFieldGroup Modifier and Type Method Description Optional<KafkaTopicFieldGroup>KafkaTopicDescription. getKey()Optional<KafkaTopicFieldGroup>KafkaTopicDescription. getMessage() -
Uses of KafkaTopicFieldGroup in io.trino.plugin.kafka.schema.confluent
Methods in io.trino.plugin.kafka.schema.confluent that return KafkaTopicFieldGroup Modifier and Type Method Description KafkaTopicFieldGroupAvroSchemaParser. parse(ConnectorSession session, String subject, io.confluent.kafka.schemaregistry.ParsedSchema parsedSchema)KafkaTopicFieldGroupSchemaParser. parse(ConnectorSession session, String subject, io.confluent.kafka.schemaregistry.ParsedSchema parsedSchema)
-