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

Function to_upper

datafusion/functions/src/string/common.rs:332–334  ·  view source on GitHub ↗
(args: &[ColumnarValue], name: &str)

Source from the content-addressed store, hash-verified

330}
331
332pub(crate) fn to_upper(args: &[ColumnarValue], name: &str) -> Result<ColumnarValue> {
333 case_conversion(args, false, name)
334}
335
336#[inline]
337fn unicode_case(s: &str, lower: bool) -> String {

Callers

nothing calls this directly

Calls 1

case_conversionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…