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

Method with_options

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

Set JSON options

(mut self, options: JsonOptions)

Source from the content-addressed store, hash-verified

156impl JsonFormat {
157 /// Set JSON options
158 pub fn with_options(mut self, options: JsonOptions) -> Self {
159 self.options = options;
160 self
161 }
162
163 /// Retrieve JSON options
164 pub fn options(&self) -> &JsonOptions {

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected