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

Function CreateMap

cpp/src/generated/Schema_generated.h:982–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

980};
981
982inline ::flatbuffers::Offset<Map> CreateMap(
983 ::flatbuffers::FlatBufferBuilder &_fbb,
984 bool keysSorted = false) {
985 MapBuilder builder_(_fbb);
986 builder_.add_keysSorted(keysSorted);
987 return builder_.Finish();
988}
989
990/// A union is a complex type with children in Field
991/// By default ids in the type vector refer to the offsets in the children

Callers 1

VisitMethod · 0.85

Calls 2

add_keysSortedMethod · 0.80
FinishMethod · 0.45

Tested by

no test coverage detected