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

Method is_integer

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

Source from the content-addressed store, hash-verified

508
509 #[inline]
510 pub fn is_integer(&self) -> bool {
511 use NativeType::*;
512 matches!(
513 self,
514 UInt8 | UInt16 | UInt32 | UInt64 | Int8 | Int16 | Int32 | Int64
515 )
516 }
517
518 #[inline]
519 pub fn is_timestamp(&self) -> bool {

Callers 15

matches_native_typeMethod · 0.80
default_casted_typeMethod · 0.80
cardinalityMethod · 0.80
bitwise_coercionFunction · 0.80
validateMethod · 0.80
return_typeMethod · 0.80
spark_ceil_scalarFunction · 0.80
spark_ceil_arrayFunction · 0.80
convert_schema_to_typesFunction · 0.80
is_numericMethod · 0.80
return_typeMethod · 0.80
return_typeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected