| 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 | } |
no outgoing calls
no test coverage detected