Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SchemaStructBuilder
Method
SchemaStructBuilder
cpp/src/arrow/c/bridge_test.cc:1783–1783 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1781
class SchemaStructBuilder {
1782
public:
1783
SchemaStructBuilder() { Reset(); }
1784
1785
void Reset() {
1786
memset(&c_struct_, 0, sizeof(c_struct_));
Callers
nothing calls this directly
Calls
1
Reset
Function · 0.50
Tested by
no test coverage detected