Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ field_count
Function
field_count
cpp/src/parquet/schema.h:297–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
int FieldIndex(const Node& node) const;
296
297
int field_count() const { return static_cast<int>(fields_.size()); }
298
299
void ToParquet(void* element) const override;
300
void Visit(Visitor* visitor) override;
Callers
1
ToParquet
Method · 0.85
Calls
1
size
Method · 0.45
Tested by
no test coverage detected