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

Method category

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

Source from the content-addressed store, hash-verified

2358
2359impl FloatFormattable for f32 {
2360 fn category(&self) -> FpCategory {
2361 self.classify()
2362 }
2363
2364 fn negative(&self) -> bool {
2365 self.is_sign_negative()

Callers 2

format_hex_floatMethod · 0.80
spark_stringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected