Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_type
Method · 0.80
default_casted_type
Method · 0.80
math_decimal_coercion
Function · 0.80
decimal_coercion
Function · 0.80
is_numeric
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected