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

Function CreateDictionaryBatch

cpp/src/generated/Message_generated.h:467–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465};
466
467inline ::flatbuffers::Offset<DictionaryBatch> CreateDictionaryBatch(
468 ::flatbuffers::FlatBufferBuilder &_fbb,
469 int64_t id = 0,
470 ::flatbuffers::Offset<org::apache::arrow::flatbuf::RecordBatch> data = 0,
471 bool isDelta = false) {
472 DictionaryBatchBuilder builder_(_fbb);
473 builder_.add_id(id);
474 builder_.add_data(data);
475 builder_.add_isDelta(isDelta);
476 return builder_.Finish();
477}
478
479struct Message FLATBUFFERS_FINAL_CLASS : private ::flatbuffers::Table {
480 typedef MessageBuilder Builder;

Callers 1

WriteDictionaryMessageFunction · 0.85

Calls 4

add_isDeltaMethod · 0.80
add_idMethod · 0.45
add_dataMethod · 0.45
FinishMethod · 0.45

Tested by

no test coverage detected