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

Method SchemaStructBuilder

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

Source from the content-addressed store, hash-verified

1803class SchemaStructBuilder {
1804 public:
1805 SchemaStructBuilder() { Reset(); }
1806
1807 void Reset() {
1808 memset(&c_struct_, 0, sizeof(c_struct_));

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.50

Tested by

no test coverage detected