Uses of Class
org.apache.datafusion.ArrowReadOptions
Packages that use ArrowReadOptions
-
Uses of ArrowReadOptions in org.apache.datafusion
Methods in org.apache.datafusion that return ArrowReadOptionsModifier and TypeMethodDescriptionArrowReadOptions.fileExtension(String ext) ArrowReadOptions.schema(org.apache.arrow.vector.types.pojo.Schema schema) Methods in org.apache.datafusion with parameters of type ArrowReadOptionsModifier and TypeMethodDescriptionSessionContext.readArrow(String path, ArrowReadOptions options) Read an Arrow IPC file as aDataFramewith the suppliedArrowReadOptions.voidSessionContext.registerArrow(String name, String path, ArrowReadOptions options) Register an Arrow IPC file (or directory of Arrow IPC files) as a table with the suppliedArrowReadOptions.