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

Method Get

cpp/src/arrow/type.cc:1837–1839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1835};
1836
1837Result<std::shared_ptr<Field>> FieldPath::Get(const Schema& schema) const {
1838 return Get(schema.fields());
1839}
1840
1841Result<std::shared_ptr<Field>> FieldPath::Get(const Field& field) const {
1842 return Get(field.type()->fields());

Callers 15

GetAllMethod · 0.45
AddMethod · 0.45
type.hFile · 0.45
GetAllFunction · 0.45
GetOneFunction · 0.45
GetOneOrNoneFunction · 0.45
DoGetMethod · 0.45
TEST_FFunction · 0.45
BenchmarkFieldPathGetFunction · 0.45
VerifyTypeMetadataVectorFunction · 0.45

Calls 5

columnsMethod · 0.80
GetFunction · 0.50
MakeArrayFunction · 0.50
fieldsMethod · 0.45
typeMethod · 0.45

Tested by 5

DoGetMethod · 0.36
TEST_FFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
GetFieldIdFunction · 0.36
TEST_FFunction · 0.36