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

Function name

cpp/src/generated/Tensor_generated.h:43–45  ·  view source on GitHub ↗

Name of the dimension, optional

Source from the content-addressed store, hash-verified

41 }
42 /// Name of the dimension, optional
43 const ::flatbuffers::String *name() const {
44 return GetPointer<const ::flatbuffers::String *>(VT_NAME);
45 }
46 bool Verify(::flatbuffers::Verifier &verifier) const {
47 return VerifyTableStart(verifier) &&
48 VerifyField<int64_t>(verifier, VT_SIZE, 8) &&

Callers 1

VerifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected