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

Method add_id

cpp/src/generated/Message_generated.h:447–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 ::flatbuffers::FlatBufferBuilder &fbb_;
446 ::flatbuffers::uoffset_t start_;
447 void add_id(int64_t id) {
448 fbb_.AddElement<int64_t>(DictionaryBatch::VT_ID, id, 0);
449 }
450 void add_data(::flatbuffers::Offset<org::apache::arrow::flatbuf::RecordBatch> data) {
451 fbb_.AddOffset(DictionaryBatch::VT_DATA, data);
452 }

Callers 1

CreateDictionaryBatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected