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

Method is_map

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

Source from the content-addressed store, hash-verified

821
822bool LogicalType::is_string() const { return impl_->type() == LogicalType::Type::STRING; }
823bool LogicalType::is_map() const { return impl_->type() == LogicalType::Type::MAP; }
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 {

Callers 5

arraysFunction · 0.80
test_is_mapFunction · 0.80
TESTFunction · 0.80
ResolveListFunction · 0.80
GroupToSchemaFieldFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 2

test_is_mapFunction · 0.64
TESTFunction · 0.64