| 746 | is_delta_(is_delta) {} |
| 747 | |
| 748 | Status SerializeMetadata(int64_t num_rows) override { |
| 749 | return WriteDictionaryMessage(dictionary_id_, is_delta_, num_rows, out_->body_length, |
| 750 | custom_metadata_, field_nodes_, buffer_meta_, |
| 751 | variadic_counts_, options_, &out_->metadata); |
| 752 | } |
| 753 | |
| 754 | Status Assemble(const std::shared_ptr<Array>& dictionary) { |
| 755 | // Make a dummy record batch. A bit tedious as we have to make a schema |
nothing calls this directly
no test coverage detected