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

Method is_none

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

Source from the content-addressed store, hash-verified

852 return impl_->type() == LogicalType::Type::VARIANT;
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}

Callers 7

GetSortOrderFunction · 0.80
GroupNodeMethod · 0.80
PrintConvertedTypeFunction · 0.80
VisitMethod · 0.80
TESTFunction · 0.80
DebugPrintMethod · 0.80
ResolveListFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 1

TESTFunction · 0.64