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

Method is_none

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

Source from the content-addressed store, hash-verified

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

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