MCPcopy 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

WriteMethod · 0.80
WriteChildrenMethod · 0.80
GetFieldsFromArrayFunction · 0.80
FromProtoFunction · 0.80
SqlInfoResultAppenderMethod · 0.80
VisitChildFieldsMethod · 0.80
FieldFromFlatbufferFunction · 0.80
SchemaToFlatbufferFunction · 0.80
GetSchemaFunction · 0.80
TESTFunction · 0.80
ImportFieldsMethod · 0.80
WalkChildrenMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64