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

Function IsNullable

cpp/src/arrow/engine/substrait/type_internal.cc:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49template <typename TypeMessage>
50bool IsNullable(const TypeMessage& type) {
51 // FIXME what can we do with NULLABILITY_UNSPECIFIED
52 return type.nullability() != substrait::Type::NULLABILITY_REQUIRED;
53}
54
55template <typename ArrowType, typename TypeMessage, typename... A>
56Result<std::pair<std::shared_ptr<DataType>, bool>> FromProtoImpl(const TypeMessage& type,

Callers 3

FromProtoImplFunction · 0.85
FieldsFromProtoFunction · 0.85
FromProtoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected