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

Function trim

datafusion/functions/src/string/mod.rs:148–150  ·  view source on GitHub ↗
(args: Vec<Expr>)

Source from the content-addressed store, hash-verified

146
147 #[doc = "Removes all characters, spaces by default, from both sides of a string"]
148 pub fn trim(args: Vec<Expr>) -> Expr {
149 super::btrim().call(args)
150 }
151
152 #[doc = "Concatenates all but the first argument, with separators. The first argument is used as the separator string, and should not be NULL. Other NULL arguments are ignored."]
153 pub fn concat_ws(delimiter: Expr, args: Vec<Expr>) -> Expr {

Callers 3

string_view_trimFunction · 0.85
trim_and_append_viewFunction · 0.85
string_trimFunction · 0.85

Calls 2

btrimFunction · 0.85
callMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…