Class NdJsonReadOptions

java.lang.Object
org.apache.datafusion.NdJsonReadOptions

public final class NdJsonReadOptions extends Object
Configuration knobs for newline-delimited JSON sources passed to SessionContext.registerJson(String, String, NdJsonReadOptions) and SessionContext.readJson(String, NdJsonReadOptions).

Mirrors a subset of DataFusion's NdJsonReadOptions. All setters return this for fluent chaining. Defaults match the Rust struct: fileExtension = ".json", fileCompressionType = UNCOMPRESSED; schemaInferMaxRecords unset (the DataFusion default is used).