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

Function name

cpp/src/generated/Schema_generated.h:2056–2058  ·  view source on GitHub ↗

Name is not required (e.g., in a List)

Source from the content-addressed store, hash-verified

2054 };
2055 /// Name is not required (e.g., in a List)
2056 const ::flatbuffers::String *name() const {
2057 return GetPointer<const ::flatbuffers::String *>(VT_NAME);
2058 }
2059 /// Whether or not this field can contain nulls. Should be true in general.
2060 bool nullable() const {
2061 return GetField<uint8_t>(VT_NULLABLE, 0) != 0;

Callers 1

VerifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected