Package io.trino.hive.formats.avro.model
Class DoubleRead
java.lang.Object
io.trino.hive.formats.avro.model.DoubleRead
- All Implemented Interfaces:
AvroReadAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.trino.hive.formats.avro.model.AvroReadAction
AvroReadAction.DoubleIoFunction<A>, AvroReadAction.FloatIoFunction<A>, AvroReadAction.IoConsumer<A>, AvroReadAction.LongIoFunction<A> -
Method Summary
Modifier and TypeMethodDescriptionAvroReadAction.DoubleIoFunction<org.apache.avro.io.Decoder> org.apache.avro.Schemaorg.apache.avro.Schema
-
Method Details
-
readSchema
public org.apache.avro.Schema readSchema()- Specified by:
readSchemain interfaceAvroReadAction
-
writeSchema
public org.apache.avro.Schema writeSchema()- Specified by:
writeSchemain interfaceAvroReadAction
-
getDoubleDecoder
-