Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
string_view_array_builder_append_with_chars
Function · 0.80
lpad_impl
Function · 0.80
rpad_impl
Function · 0.80
apply_replace
Function · 0.80
fmt
Method · 0.80
Calls
4
push_char_to_mutable_buffer
Function · 0.85
push_char_to_vec
Function · 0.85
ensure_long_capacity
Method · 0.80
len
Method · 0.45
Tested by
1
string_view_array_builder_append_with_chars
Function · 0.64