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

Method is_decimal

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

Source from the content-addressed store, hash-verified

552
553 #[inline]
554 pub fn is_decimal(&self) -> bool {
555 matches!(self, Self::Decimal(_, _))
556 }
557
558 #[inline]
559 pub fn is_float(&self) -> bool {

Callers 5

matches_native_typeMethod · 0.80
default_casted_typeMethod · 0.80
math_decimal_coercionFunction · 0.80
decimal_coercionFunction · 0.80
is_numericMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected