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

Method append_value

datafusion/core/benches/data_utils/mod.rs:178–183  ·  view source on GitHub ↗

Append a value to the builder.

(&mut self, value: &str)

Source from the content-addressed store, hash-verified

176impl TraceIdBuilder {
177 /// Append a value to the builder.
178 fn append_value(&mut self, value: &str) {
179 match self {
180 TraceIdBuilder::Utf8(builder) => builder.append_value(value),
181 TraceIdBuilder::Utf8View(builder) => builder.append_value(value),
182 }
183 }
184
185 /// Finish building and return the ArrayRef.
186 fn finish(self) -> ArrayRef {

Callers 15

make_distinct_dataFunction · 0.45
narrow_batchFunction · 0.45
wide_batchFunction · 0.45
nested_batchFunction · 0.45
flat_batchFunction · 0.45
create_parquet_fileFunction · 0.45
create_record_batchFunction · 0.45
make_dataFunction · 0.45
plan_describeMethod · 0.45
make_decimalFunction · 0.45
create_batchFunction · 0.45

Calls

no outgoing calls

Tested by 15

make_decimalFunction · 0.36
create_batchFunction · 0.36
unnest_no_empty_batchesFunction · 0.36
unnest_array_aggFunction · 0.36
table_with_nested_typesFunction · 0.36
get_fixed_list_batchFunction · 0.36
generate_next_batchMethod · 0.36