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

Method add_mode

cpp/src/generated/Schema_generated.h:1019–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017 ::flatbuffers::FlatBufferBuilder &fbb_;
1018 ::flatbuffers::uoffset_t start_;
1019 void add_mode(org::apache::arrow::flatbuf::UnionMode mode) {
1020 fbb_.AddElement<int16_t>(Union::VT_MODE, static_cast<int16_t>(mode), 0);
1021 }
1022 void add_typeIds(::flatbuffers::Offset<::flatbuffers::Vector<int32_t>> typeIds) {
1023 fbb_.AddOffset(Union::VT_TYPEIDS, typeIds);
1024 }

Callers 1

CreateUnionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected