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

Method with_null

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

Set the value to represent null in output

(mut self, null_value: String)

Source from the content-addressed store, hash-verified

563
564 /// Set the value to represent null in output
565 pub fn with_null(mut self, null_value: String) -> Self {
566 self.null_value = Some(null_value);
567 self
568 }
569
570 /// Get the value to represent null in output
571 pub fn null(&self) -> &str {

Callers 6

writeMethod · 0.45
print_rowFunction · 0.45
test_mapFunction · 0.45
test_delta_checkpointFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_mapFunction · 0.36
test_delta_checkpointFunction · 0.36