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

Method StaticGetSchema

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

Source from the content-addressed store, hash-verified

2156 // C-compatible callbacks
2157
2158 static int StaticGetSchema(StreamType* stream, struct ArrowSchema* out_schema) {
2159 ExportedArrayStream self{stream};
2160 return self.ToCError(self.GetSchema(out_schema));
2161 }
2162
2163 static int StaticGetNext(StreamType* stream, ArrayType* out_array) {
2164 ExportedArrayStream self{stream};

Callers

nothing calls this directly

Calls 2

ToCErrorMethod · 0.95
GetSchemaMethod · 0.95

Tested by

no test coverage detected