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

Method add_data

cpp/src/generated/Message_generated.h:450–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
453 void add_isDelta(bool isDelta) {
454 fbb_.AddElement<uint8_t>(DictionaryBatch::VT_ISDELTA, static_cast<uint8_t>(isDelta), 0);
455 }

Callers 1

CreateDictionaryBatchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected