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

Method SerializeMetadata

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

Source from the content-addressed store, hash-verified

1010 }
1011
1012 Status SerializeMetadata(const SparseTensor& sparse_tensor) {
1013 return WriteSparseTensorMessage(sparse_tensor, out_->body_length, buffer_meta_,
1014 options_)
1015 .Value(&out_->metadata);
1016 }
1017
1018 Status Assemble(const SparseTensor& sparse_tensor) {
1019 if (!buffer_meta_.empty()) {

Callers

nothing calls this directly

Calls 2

WriteSparseTensorMessageFunction · 0.85
ValueMethod · 0.45

Tested by

no test coverage detected