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

Function ExportStreamSchema

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

Source from the content-addressed store, hash-verified

2038namespace {
2039
2040Status ExportStreamSchema(const std::shared_ptr<RecordBatchReader>& src,
2041 struct ArrowSchema* out_schema) {
2042 return ExportSchema(*src->schema(), out_schema);
2043}
2044
2045Status ExportStreamSchema(const std::shared_ptr<ChunkedArray>& src,
2046 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