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

Method is_decimal

cpp/src/parquet/types.cc:826–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824bool LogicalType::is_list() const { return impl_->type() == LogicalType::Type::LIST; }
825bool LogicalType::is_enum() const { return impl_->type() == LogicalType::Type::ENUM; }
826bool LogicalType::is_decimal() const {
827 return impl_->type() == LogicalType::Type::DECIMAL;
828}
829bool LogicalType::is_date() const { return impl_->type() == LogicalType::Type::DATE; }
830bool LogicalType::is_time() const { return impl_->type() == LogicalType::Type::TIME; }
831bool LogicalType::is_timestamp() const {

Callers 7

get_logical_typeFunction · 0.80
arraysFunction · 0.80
test_is_decimalFunction · 0.80
FormatDecimalValueFunction · 0.80
FormatStatValueFunction · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 2

test_is_decimalFunction · 0.64
TESTFunction · 0.64