Uses of Class
org.apache.datafusion.AvroReadOptions
Packages that use AvroReadOptions
-
Uses of AvroReadOptions in org.apache.datafusion
Methods in org.apache.datafusion that return AvroReadOptionsModifier and TypeMethodDescriptionAvroReadOptions.fileExtension(String ext) AvroReadOptions.schema(org.apache.arrow.vector.types.pojo.Schema schema) Methods in org.apache.datafusion with parameters of type AvroReadOptionsModifier and TypeMethodDescriptionSessionContext.readAvro(String path, AvroReadOptions options) Read an Avro file as aDataFramewith the suppliedAvroReadOptions.voidSessionContext.registerAvro(String name, String path, AvroReadOptions options) Register an Avro file (or directory of Avro files) as a table with the suppliedAvroReadOptions.