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

Method Finish

cpp/src/arrow/integration/json_integration.cc:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116Result<std::string> IntegrationJsonWriter::Finish() { return impl_->Finish(); }
117
118Status IntegrationJsonWriter::WriteRecordBatch(const RecordBatch& batch) {
119 return impl_->WriteRecordBatch(batch);

Callers 3

CheckPrimitiveFunction · 0.45
MakeBatchArraysFunction · 0.45
ARROW_ASSIGN_OR_RAISEFunction · 0.45

Calls

no outgoing calls

Tested by 2

CheckPrimitiveFunction · 0.36
MakeBatchArraysFunction · 0.36