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

Method add_isDelta

cpp/src/generated/Message_generated.h:453–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }
456 explicit DictionaryBatchBuilder(::flatbuffers::FlatBufferBuilder &_fbb)
457 : fbb_(_fbb) {
458 start_ = fbb_.StartTable();

Callers 1

CreateDictionaryBatchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected