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

Method append_value

datafusion/spark/src/function/string/substring.rs:304–306  ·  view source on GitHub ↗
(&mut self, val: &str)

Source from the content-addressed store, hash-verified

302impl<O: OffsetSizeTrait> SubstringBuilder for GenericStringBuilder<O> {
303 type Item = str;
304 fn append_value(&mut self, val: &str) {
305 GenericStringBuilder::append_value(self, val);
306 }
307 fn append_null(&mut self) {
308 GenericStringBuilder::append_null(self);
309 }

Callers 15

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
make_dt_interval_kernelFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_dictionary_hex_utf8Function · 0.36
round_trip_literalsFunction · 0.36