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

Method is_float

datafusion/common/src/types/native.rs:559–561  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

557
558 #[inline]
559 pub fn is_float(&self) -> bool {
560 matches!(self, Self::Float16 | Self::Float32 | Self::Float64)
561 }
562}
563
564#[cfg(test)]

Callers 3

matches_native_typeMethod · 0.80
default_casted_typeMethod · 0.80
is_numericMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected