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

Method append_value

datafusion/functions-nested/src/string.rs:790–792  ·  view source on GitHub ↗
(&mut self, val: &str)

Source from the content-addressed store, hash-verified

788
789impl StringArrayBuilderType for StringBuilder {
790 fn append_value(&mut self, val: &str) {
791 StringBuilder::append_value(self, val);
792 }
793
794 fn append_null(&mut self) {
795 StringBuilder::append_null(self);

Calls

no outgoing calls