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

Method write_char

datafusion/functions/src/strings.rs:596–598  ·  view source on GitHub ↗
(&mut self, c: char)

Source from the content-addressed store, hash-verified

594
595 #[inline(always)]
596 fn write_char(&mut self, c: char) {
597 push_char_to_mutable_buffer(self.value_buffer, c);
598 }
599}
600
601/// Write `bytes` into `value_buffer`. For repeated small writes,

Callers 5

lpad_implFunction · 0.80
rpad_implFunction · 0.80
apply_replaceFunction · 0.80
fmtMethod · 0.80

Calls 4

push_char_to_vecFunction · 0.85
ensure_long_capacityMethod · 0.80
lenMethod · 0.45