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

Method supports_integer

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

Source from the content-addressed store, hash-verified

657 }
658
659 fn supports_integer(&self) -> bool {
660 matches!(
661 self,
662 ConversionType::DecInt
663 | ConversionType::HexIntLower
664 | ConversionType::HexIntUpper
665 | ConversionType::OctInt
666 | ConversionType::CharLower
667 | ConversionType::CharUpper
668 | ConversionType::StringLower
669 | ConversionType::StringUpper
670 )
671 }
672
673 fn supports_float(&self) -> bool {
674 matches!(

Callers 1

formatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected