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

Function length

datafusion/functions/src/unicode/mod.rs:122–124  ·  view source on GitHub ↗
(string: Expr)

Source from the content-addressed store, hash-verified

120
121 #[doc = "the number of characters in the `string`"]
122 pub fn length(string: Expr) -> Expr {
123 character_length(string)
124 }
125
126 #[doc = "finds the position from where the `substring` matches the `string`"]
127 pub fn position(string: Expr, substring: Expr) -> Expr {

Callers 4

find_longest_lengthFunction · 0.85
build_test_data_frameFunction · 0.85
invoke_with_argsMethod · 0.85
truncate_list_nullsFunction · 0.85

Calls 1

character_lengthFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…