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

Method SerializeMetadata

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

Override this for writing dictionary metadata

Source from the content-addressed store, hash-verified

180
181 // Override this for writing dictionary metadata
182 virtual Status SerializeMetadata(int64_t num_rows) {
183 return WriteRecordBatchMessage(num_rows, out_->body_length, custom_metadata_,
184 field_nodes_, buffer_meta_, variadic_counts_, options_,
185 &out_->metadata);
186 }
187
188 bool ShouldCompress(int64_t uncompressed_size, int64_t compressed_size) const {
189 DCHECK_GT(uncompressed_size, 0);

Callers

nothing calls this directly

Calls 1

WriteRecordBatchMessageFunction · 0.85

Tested by

no test coverage detected