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

Method with_truncated_rows

datafusion/datasource-csv/src/file_format.rs:228–231  ·  view source on GitHub ↗
(mut self, truncated_rows: bool)

Source from the content-addressed store, hash-verified

226 }
227
228 pub fn with_truncated_rows(mut self, truncated_rows: bool) -> Self {
229 self.options.truncated_rows = Some(truncated_rows);
230 self
231 }
232
233 /// Set the regex to use for null values in the CSV reader.
234 /// - default to treat empty values as null.

Callers 2

builderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected