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

Method is_variant

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

Source from the content-addressed store, hash-verified

849 return impl_->type() == LogicalType::Type::GEOGRAPHY;
850}
851bool LogicalType::is_variant() const {
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;

Callers 2

TESTFunction · 0.80
GroupToStructFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 1

TESTFunction · 0.64