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

Method StaticGetNext

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

Source from the content-addressed store, hash-verified

2161 }
2162
2163 static int StaticGetNext(StreamType* stream, ArrayType* out_array) {
2164 ExportedArrayStream self{stream};
2165 return self.ToCError(self.GetNext(out_array));
2166 }
2167
2168 static void StaticRelease(StreamType* stream) { ExportedArrayStream{stream}.Release(); }
2169

Callers

nothing calls this directly

Calls 2

ToCErrorMethod · 0.95
GetNextMethod · 0.95

Tested by

no test coverage detected