Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ is_numeric
Method
is_numeric
datafusion/common/src/types/native.rs:505–507 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
503
impl NativeType {
504
#[inline]
505
pub fn is_numeric(&self) -> bool {
506
self.is_integer() || self.is_float() || self.is_decimal()
507
}
508
509
#[inline]
510
pub fn is_integer(&self) -> bool {
Callers
15
is_order_preserving_cast_family
Function · 0.80
get_valid_types
Function · 0.80
coerced_type
Method · 0.80
matches_native_type
Method · 0.80
default_casted_type
Method · 0.80
from
Method · 0.80
string_numeric_coercion
Function · 0.80
string_numeric_union_coercion
Function · 0.80
binary_numeric_coercion
Function · 0.80
both_numeric_or_null_and_numeric
Function · 0.80
parse_sql_unary_op
Method · 0.80
validate
Method · 0.80
Calls
3
is_integer
Method · 0.80
is_float
Method · 0.80
is_decimal
Method · 0.80
Tested by
2
coerced_type
Method · 0.64
numeric_columns
Method · 0.64