Package io.trino.plugin.kafka
Class KafkaTopicFieldGroup
- java.lang.Object
-
- io.trino.plugin.kafka.KafkaTopicFieldGroup
-
public class KafkaTopicFieldGroup extends Object
Groups the field descriptions for message or key.
-
-
Constructor Summary
Constructors Constructor Description KafkaTopicFieldGroup(String dataFormat, Optional<String> dataSchema, Optional<String> subject, List<KafkaTopicFieldDescription> fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDataFormat()Optional<String>getDataSchema()List<KafkaTopicFieldDescription>getFields()Optional<String>getSubject()inthashCode()StringtoString()
-
-
-
Method Detail
-
getDataFormat
public String getDataFormat()
-
getFields
public List<KafkaTopicFieldDescription> getFields()
-
-