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

Method is_upper

datafusion/spark/src/function/string/format_string.rs:711–724  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

709 }
710
711 fn is_upper(&self) -> bool {
712 matches!(
713 self,
714 ConversionType::BooleanUpper
715 | ConversionType::HexHashUpper
716 | ConversionType::HexIntUpper
717 | ConversionType::SciFloatUpper
718 | ConversionType::CompactFloatUpper
719 | ConversionType::HexFloatUpper
720 | ConversionType::TimeUpper(_)
721 | ConversionType::CharUpper
722 | ConversionType::StringUpper
723 )
724 }
725}
726
727fn take_conversion_specifier<'a>(

Callers 6

format_hex_floatMethod · 0.80
format_charMethod · 0.80
format_floatMethod · 0.80
format_stringMethod · 0.80
format_decimalMethod · 0.80
format_timeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected