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

Method truncate_rows

datafusion/datasource-csv/src/source.rs:120–122  ·  view source on GitHub ↗

true if rows length support truncate

(&self)

Source from the content-addressed store, hash-verified

118
119 // true if rows length support truncate
120 pub fn truncate_rows(&self) -> bool {
121 self.options.truncated_rows.unwrap_or(false)
122 }
123 /// A column delimiter
124 pub fn delimiter(&self) -> u8 {
125 self.options.delimiter

Callers 3

builderMethod · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected