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

Function StringFromFlatbuffers

cpp/src/arrow/ipc/metadata_internal.h:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117inline std::string StringFromFlatbuffers(const flatbuffers::String* s) {
118 return (s == NULLPTR) ? "" : s->str();
119}
120
121// Read interface classes. We do not fully deserialize the flatbuffers so that
122// individual fields metadata can be retrieved from very large schema without

Callers 4

FieldFromFlatbufferFunction · 0.85
GetTensorMetadataFunction · 0.85
GetSparseTensorMetadataFunction · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected