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

Method is_valid

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

Source from the content-addressed store, hash-verified

841}
842bool LogicalType::is_none() const { return impl_->type() == LogicalType::Type::NONE; }
843bool LogicalType::is_valid() const {
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 ||

Callers 9

IsValidMethod · 0.45
GetSortOrderFunction · 0.45
is_geo_stats_setMethod · 0.45
PrintConvertedTypeFunction · 0.45
VisitMethod · 0.45
TESTFunction · 0.45

Calls 1

typeMethod · 0.45

Tested by 4

TESTFunction · 0.36