Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ append_null
Method
append_null
datafusion/functions-nested/src/string.rs:794–796 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
792
}
793
794
fn append_null(&mut self) {
795
StringBuilder::append_null(self);
796
}
797
}
798
799
impl StringArrayBuilderType for StringViewBuilder {
Callers
15
append_row
Method · 0.45
evaluate
Method · 0.45
make_batch
Function · 0.45
criterion_benchmark
Function · 0.45
make_int32_dict_array
Function · 0.45
make_f64_dict_array
Function · 0.45
test_dictionary_type_to_array_coercion
Function · 0.45
plus_op_dict_scalar
Function · 0.45
minus_op_dict_scalar
Function · 0.45
multiply_op_dict_scalar
Function · 0.45
divide_op_dict
Function · 0.45
divide_op_dict_scalar
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_dictionary_type_to_array_coercion
Function · 0.36
plus_op_dict_scalar
Function · 0.36
minus_op_dict_scalar
Function · 0.36
multiply_op_dict_scalar
Function · 0.36
divide_op_dict
Function · 0.36
divide_op_dict_scalar
Function · 0.36
modulus_op_dict
Function · 0.36
modules_op_dict_scalar
Function · 0.36
test_column_or_null_specialization
Function · 0.36
test_make_map_with_null_key_within_map_should_fail
Function · 0.36
test_make_map_with_fixed_size_list
Function · 0.36
test_build_batch_list_arr_recursive
Function · 0.36