Uses of Class
org.apache.datafusion.NdJsonReadOptions
Packages that use NdJsonReadOptions
-
Uses of NdJsonReadOptions in org.apache.datafusion
Methods in org.apache.datafusion that return NdJsonReadOptionsModifier and TypeMethodDescriptionNdJsonReadOptions.fileCompressionType(FileCompressionType t) NdJsonReadOptions.fileExtension(String ext) NdJsonReadOptions.schema(org.apache.arrow.vector.types.pojo.Schema schema) NdJsonReadOptions.schemaInferMaxRecords(long n) Methods in org.apache.datafusion with parameters of type NdJsonReadOptionsModifier and TypeMethodDescriptionSessionContext.readJson(String path, NdJsonReadOptions options) Read a newline-delimited JSON file as aDataFramewith the suppliedNdJsonReadOptions.voidSessionContext.registerJson(String name, String path, NdJsonReadOptions options) Register a newline-delimited JSON file (or directory of NDJSON files) as a table with the suppliedNdJsonReadOptions.