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

Method ReadRecordBatch

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

Source from the content-addressed store, hash-verified

201}
202
203Result<std::shared_ptr<RecordBatch>> IntegrationJsonReader::ReadRecordBatch(int i) const {
204 return impl_->ReadRecordBatch(i);
205}
206
207} // namespace arrow::internal::integration

Callers 4

ConvertArrowToJsonFunction · 0.45
ValidateArrowVsJsonFunction · 0.45
ReadOneBatchJsonFunction · 0.45
ReadBatchFromJsonFunction · 0.45

Calls

no outgoing calls

Tested by 3

ConvertArrowToJsonFunction · 0.36
ValidateArrowVsJsonFunction · 0.36
ReadOneBatchJsonFunction · 0.36