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

Method Release

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

Source from the content-addressed store, hash-verified

4865 }
4866
4867 static void Release(struct ArrowArrayStream* stream) {
4868 reinterpret_cast<StreamState*>(stream->private_data)->released = true;
4869 std::memset(stream, 0, sizeof(*stream));
4870 }
4871 } state;
4872 struct ArrowArrayStream stream = {};
4873 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