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

Method Finish

cpp/src/generated/Schema_generated.h:975–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973 start_ = fbb_.StartTable();
974 }
975 ::flatbuffers::Offset<Map> Finish() {
976 const auto end = fbb_.EndTable(start_);
977 auto o = ::flatbuffers::Offset<Map>(end);
978 return o;
979 }
980};
981
982inline ::flatbuffers::Offset<Map> CreateMap(

Callers 15

CreateNullFunction · 0.45
CreateStruct_Function · 0.45
CreateListFunction · 0.45
CreateLargeListFunction · 0.45
CreateListViewFunction · 0.45
CreateLargeListViewFunction · 0.45
CreateFixedSizeListFunction · 0.45
CreateMapFunction · 0.45
CreateUnionFunction · 0.45
CreateIntFunction · 0.45
CreateFloatingPointFunction · 0.45
CreateUtf8Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected