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

Function FieldPath

cpp/src/arrow/type.h:1987–1988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1985 FieldPath() = default;
1986
1987 FieldPath(std::vector<int> indices) // NOLINT runtime/explicit
1988 : indices_(std::move(indices)) {}
1989
1990 FieldPath(std::initializer_list<int> indices) // NOLINT runtime/explicit
1991 : indices_(std::move(indices)) {}

Callers 15

type.hFile · 0.85
FieldRefFunction · 0.85
FindOneOrNoneFunction · 0.85
OutputValuesMethod · 0.85
TestIndexErrorMessageMethod · 0.85
TEST_FFunction · 0.85
DevolveSelectionMethod · 0.85
TESTFunction · 0.85
AddFieldMethod · 0.85
GetFieldIdMethod · 0.85

Calls

no outgoing calls

Tested by 8

OutputValuesMethod · 0.68
TestIndexErrorMessageMethod · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68