Package org.apache.trevni.avro
Class AvroColumnReader.Params
java.lang.Object
org.apache.trevni.avro.AvroColumnReader.Params
- Enclosing class:
AvroColumnReader<D>
Parameters for reading an Avro column file.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetModel
(GenericData model) Set data representation.Set subset schema to project data down to.
-
Constructor Details
-
Params
Construct reading from a file.- Throws:
IOException
-
Params
Construct reading from input.
-
-
Method Details
-
setSchema
Set subset schema to project data down to. -
setModel
Set data representation.
-