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

Method is_variant

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

Source from the content-addressed store, hash-verified

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

Callers 2

TESTFunction · 0.80
GroupToStructFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 1

TESTFunction · 0.64