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

Method Release

cpp/src/arrow/c/bridge_test.cc:4808–4811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4806 }
4807
4808 static void Release(struct ArrowArrayStream* stream) {
4809 reinterpret_cast<StreamState*>(stream->private_data)->released = true;
4810 std::memset(stream, 0, sizeof(*stream));
4811 }
4812 } state;
4813 struct ArrowArrayStream stream = {};
4814 stream.get_last_error = &StreamState::GetLastError;

Callers 7

StaticReleaseMethod · 0.45
TestNestedMethod · 0.45
TestWithArrayFactoryMethod · 0.45
TestWithArrayFactoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected