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

Method GetSchema

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

Source from the content-addressed store, hash-verified

2130 explicit ExportedArrayStream(StreamType* stream) : stream_(stream) {}
2131
2132 Status GetSchema(struct ArrowSchema* out_schema) {
2133 return ExportStreamSchema(reader(), out_schema);
2134 }
2135
2136 Status GetNext(ArrayType* out_array) {
2137 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