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

Method is_string

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

Source from the content-addressed store, hash-verified

820// Type checks for public LogicalType class
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; }

Callers 8

_get_extension_dtypesFunction · 0.80
arraysFunction · 0.80
test_is_binary_stringFunction · 0.80
FormatStatValueFunction · 0.80
TESTFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 5

test_is_binary_stringFunction · 0.64
TESTFunction · 0.64