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

Method is_valid

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

Source from the content-addressed store, hash-verified

853}
854bool LogicalType::is_none() const { return impl_->type() == LogicalType::Type::NONE; }
855bool LogicalType::is_valid() const {
856 return impl_->type() != LogicalType::Type::UNDEFINED;
857}
858bool LogicalType::is_invalid() const { return !is_valid(); }
859bool LogicalType::is_nested() const {
860 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