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

Method null_regex

datafusion/core/src/datasource/file_format/options.rs:228–231  ·  view source on GitHub ↗

Configure the null parsing regex.

(mut self, null_regex: Option<String>)

Source from the content-addressed store, hash-verified

226
227 /// Configure the null parsing regex.
228 pub fn null_regex(mut self, null_regex: Option<String>) -> Self {
229 self.null_regex = null_regex;
230 self
231 }
232
233 /// Configure whether to allow truncated rows when parsing.
234 /// By default this is set to false and will error if the CSV rows have different lengths

Callers 2

criterion_benchmarkFunction · 0.80
read_query_from_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected