Class FileContentSchemaReader
- java.lang.Object
-
- io.trino.plugin.kafka.schema.AbstractContentSchemaReader
-
- io.trino.plugin.kafka.schema.file.FileContentSchemaReader
-
- All Implemented Interfaces:
ContentSchemaReader
public class FileContentSchemaReader extends AbstractContentSchemaReader
-
-
Constructor Summary
Constructors Constructor Description FileContentSchemaReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<String>readSchema(Optional<String> dataSchemaLocation, Optional<String> subject)-
Methods inherited from class io.trino.plugin.kafka.schema.AbstractContentSchemaReader
readKeyContentSchema, readValueContentSchema
-
-
-
-
Method Detail
-
readSchema
protected Optional<String> readSchema(Optional<String> dataSchemaLocation, Optional<String> subject)
- Specified by:
readSchemain classAbstractContentSchemaReader
-
-