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

Method add_keysSorted

cpp/src/generated/Schema_generated.h:968–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966 ::flatbuffers::FlatBufferBuilder &fbb_;
967 ::flatbuffers::uoffset_t start_;
968 void add_keysSorted(bool keysSorted) {
969 fbb_.AddElement<uint8_t>(Map::VT_KEYSSORTED, static_cast<uint8_t>(keysSorted), 0);
970 }
971 explicit MapBuilder(::flatbuffers::FlatBufferBuilder &_fbb)
972 : fbb_(_fbb) {
973 start_ = fbb_.StartTable();

Callers 1

CreateMapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected