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

Method SerializeMetadata

cpp/src/arrow/ipc/writer.cc:748–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

WriteDictionaryMessageFunction · 0.85

Tested by

no test coverage detected