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

Method is_invalid

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

Source from the content-addressed store, hash-verified

844 return impl_->type() != LogicalType::Type::UNDEFINED;
845}
846bool LogicalType::is_invalid() const { return !is_valid(); }
847bool LogicalType::is_nested() const {
848 return impl_->type() == LogicalType::Type::LIST ||
849 impl_->type() == LogicalType::Type::MAP ||

Callers 3

TESTFunction · 0.80
GetArrowTypeFunction · 0.80

Calls 1

is_validFunction · 0.50

Tested by 2

TESTFunction · 0.64