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

Method GetSchema

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

Source from the content-addressed store, hash-verified

2125 explicit ExportedArrayStream(StreamType* stream) : stream_(stream) {}
2126
2127 Status GetSchema(struct ArrowSchema* out_schema) {
2128 return ExportStreamSchema(reader(), out_schema);
2129 }
2130
2131 Status GetNext(ArrayType* out_array) {
2132 return ExportStreamNext(reader(), next_batch_num(), out_array);

Callers 1

StaticGetSchemaMethod · 0.95

Calls 2

ExportStreamSchemaFunction · 0.85
readerClass · 0.85

Tested by

no test coverage detected