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

Function ExportStreamSchema

cpp/src/arrow/c/bridge.cc:2045–2048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2043namespace {
2044
2045Status ExportStreamSchema(const std::shared_ptr<RecordBatchReader>& src,
2046 struct ArrowSchema* out_schema) {
2047 return ExportSchema(*src->schema(), out_schema);
2048}
2049
2050Status ExportStreamSchema(const std::shared_ptr<ChunkedArray>& src,
2051 struct ArrowSchema* out_schema) {

Callers 1

GetSchemaMethod · 0.85

Calls 4

ExportSchemaFunction · 0.70
ExportTypeFunction · 0.70
schemaMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected