MCPcopy Create free account
hub / github.com/apache/datafusion / options

Method options

datafusion/datasource-json/src/file_format.rs:164–166  ·  view source on GitHub ↗

Retrieve JSON options

(&self)

Source from the content-addressed store, hash-verified

162
163 /// Retrieve JSON options
164 pub fn options(&self) -> &JsonOptions {
165 &self.options
166 }
167
168 /// Set a limit in terms of records to scan to infer the schema
169 /// - defaults to `DEFAULT_SCHEMA_INFER_MAX_RECORD`

Callers 1

plan_to_jsonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected