MCPcopy 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
799impl StringArrayBuilderType for StringViewBuilder {

Callers 15

append_rowMethod · 0.45
evaluateMethod · 0.45
make_batchFunction · 0.45
criterion_benchmarkFunction · 0.45
make_int32_dict_arrayFunction · 0.45
make_f64_dict_arrayFunction · 0.45
plus_op_dict_scalarFunction · 0.45
minus_op_dict_scalarFunction · 0.45
multiply_op_dict_scalarFunction · 0.45
divide_op_dictFunction · 0.45
divide_op_dict_scalarFunction · 0.45

Calls

no outgoing calls