Class AvroSchemaConverter
- java.lang.Object
-
- io.trino.plugin.kafka.schema.confluent.AvroSchemaConverter
-
public class AvroSchemaConverter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAvroSchemaConverter.EmptyFieldStrategy
-
Field Summary
Fields Modifier and Type Field Description static StringDUMMY_FIELD_NAME
-
Constructor Summary
Constructors Constructor Description AvroSchemaConverter(TypeManager typeManager, AvroSchemaConverter.EmptyFieldStrategy emptyFieldStrategy)
-
-
-
Field Detail
-
DUMMY_FIELD_NAME
public static final String DUMMY_FIELD_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AvroSchemaConverter
public AvroSchemaConverter(TypeManager typeManager, AvroSchemaConverter.EmptyFieldStrategy emptyFieldStrategy)
-
-