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

Method is_null

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

Source from the content-addressed store, hash-verified

824}
825bool LogicalType::is_int() const { return impl_->type() == LogicalType::Type::INT; }
826bool LogicalType::is_null() const { return impl_->type() == LogicalType::Type::NIL; }
827bool LogicalType::is_JSON() const { return impl_->type() == LogicalType::Type::JSON; }
828bool LogicalType::is_BSON() const { return impl_->type() == LogicalType::Type::BSON; }
829bool LogicalType::is_UUID() const { return impl_->type() == LogicalType::Type::UUID; }

Callers 15

check_one_wayFunction · 0.80
test_partitioningFunction · 0.80
test_partition_keysFunction · 0.80
test_is_nullFunction · 0.80
test_struct_from_arraysFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by 15

check_one_wayFunction · 0.64
test_partitioningFunction · 0.64
test_partition_keysFunction · 0.64
test_is_nullFunction · 0.64
test_struct_from_arraysFunction · 0.64
test_non_cpu_arrayFunction · 0.64