public static interface FastReaderBuilder.FieldReader extends DatumReader<Object>
| Modifier and Type | Method and Description | 
|---|---|
| default boolean | canReuse() | 
| Object | read(Object reuse,
    Decoder decoder)Read a datum. | 
| default void | setSchema(Schema schema)Set the writer's schema. | 
Object read(Object reuse, Decoder decoder) throws IOException
DatumReaderread in interface DatumReader<Object>IOExceptiondefault boolean canReuse()
default void setSchema(Schema schema)
DatumReadersetSchema in interface DatumReader<Object>Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.