MCPcopy Create free account
hub / github.com/apache/arrow-rs / null

Method null

arrow-csv/src/writer.rs:571–573  ·  view source on GitHub ↗

Get the value to represent null in output

(&self)

Source from the content-addressed store, hash-verified

569
570 /// Get the value to represent null in output
571 pub fn null(&self) -> &str {
572 self.null_value.as_deref().unwrap_or(DEFAULT_NULL_VALUE)
573 }
574
575 /// Set whether to ignore leading whitespace in string values
576 /// For example, a string value such as " foo" will be written as "foo"

Callers 3

test_sql.pyFile · 0.45
test_field_roundtripFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_field_roundtripFunction · 0.36