Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
Result<std::shared_ptr<RecordBatch>> IntegrationJsonReader::ReadRecordBatch(int i) const {
204
return impl_->ReadRecordBatch(i);
205
}
206
207
} // namespace arrow::internal::integration
Callers
4
ConvertArrowToJson
Function · 0.45
ValidateArrowVsJson
Function · 0.45
ReadOneBatchJson
Function · 0.45
ReadBatchFromJson
Function · 0.45
Calls
no outgoing calls
Tested by
3
ConvertArrowToJson
Function · 0.36
ValidateArrowVsJson
Function · 0.36
ReadOneBatchJson
Function · 0.36