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

Method StaticGetNext

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

Source from the content-addressed store, hash-verified

2156 }
2157
2158 static int StaticGetNext(StreamType* stream, ArrayType* out_array) {
2159 ExportedArrayStream self{stream};
2160 return self.ToCError(self.GetNext(out_array));
2161 }
2162
2163 static void StaticRelease(StreamType* stream) { ExportedArrayStream{stream}.Release(); }
2164

Callers

nothing calls this directly

Calls 2

ToCErrorMethod · 0.95
GetNextMethod · 0.95

Tested by

no test coverage detected