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

Method append_null

datafusion/spark/src/function/string/substring.rs:307–309  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

305 GenericStringBuilder::append_value(self, val);
306 }
307 fn append_null(&mut self) {
308 GenericStringBuilder::append_null(self);
309 }
310 fn append_empty(&mut self) {
311 GenericStringBuilder::append_value(self, "");
312 }

Callers 15

create_inputsFunction · 0.45
generate_hex_string_dataFunction · 0.45
generate_utf8_dataFunction · 0.45
generate_binary_dataFunction · 0.45
generate_int64_dict_dataFunction · 0.45
generate_binary_dataFunction · 0.45
cast_int_to_timestampFunction · 0.45
cast_float_to_timestampFunction · 0.45
process_arraysFunction · 0.45
process_arraysFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_dictionary_hex_utf8Function · 0.36