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

Method SerializeMetadata

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

Source from the content-addressed store, hash-verified

1017 }
1018
1019 Status SerializeMetadata(const SparseTensor& sparse_tensor) {
1020 return WriteSparseTensorMessage(sparse_tensor, out_->body_length, buffer_meta_,
1021 options_)
1022 .Value(&out_->metadata);
1023 }
1024
1025 Status Assemble(const SparseTensor& sparse_tensor) {
1026 if (!buffer_meta_.empty()) {

Callers

nothing calls this directly

Calls 2

WriteSparseTensorMessageFunction · 0.85
ValueMethod · 0.45

Tested by

no test coverage detected