Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ child
Method
child
cpp/src/arrow/ipc/dictionary.h:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
FieldPosition() : parent_(NULLPTR), index_(-1), depth_(0) {}
41
42
FieldPosition child(int index) const { return {this, index}; }
43
44
std::vector<int> path() const {
45
std::vector<int> path(depth_);
Callers
15
Write
Method · 0.80
WriteChildren
Method · 0.80
GetFieldsFromArray
Function · 0.80
FromProto
Function · 0.80
SqlInfoResultAppender
Method · 0.80
VisitChildFields
Method · 0.80
FieldFromFlatbuffer
Function · 0.80
SchemaToFlatbuffer
Function · 0.80
GetSchema
Function · 0.80
TEST
Function · 0.80
ImportFields
Method · 0.80
WalkChildren
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64