Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ schema
Method
schema
cpp/src/arrow/integration/json_integration.cc:197–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
std::shared_ptr<Schema> IntegrationJsonReader::schema() const { return impl_->schema(); }
198
199
int IntegrationJsonReader::num_record_batches() const {
200
return impl_->num_record_batches();
Callers
7
ConvertJsonToArrow
Function · 0.45
ConvertArrowToJson
Function · 0.45
ValidateArrowVsJson
Function · 0.45
TEST
Function · 0.45
ReadOneBatchJson
Function · 0.45
CheckRoundtrip
Function · 0.45
ReadSchemaFromJson
Function · 0.45
Calls
no outgoing calls
Tested by
6
ConvertJsonToArrow
Function · 0.36
ConvertArrowToJson
Function · 0.36
ValidateArrowVsJson
Function · 0.36
TEST
Function · 0.36
ReadOneBatchJson
Function · 0.36
CheckRoundtrip
Function · 0.36