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

Method GetFlattened

cpp/src/arrow/type.cc:1889–1892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1887}
1888
1889Result<std::shared_ptr<Array>> FieldPath::GetFlattened(const Array& array,
1890 MemoryPool* pool) const {
1891 return FieldPathGetImpl::Get(this, FlatteningSelector<Array>(array, pool));
1892}
1893
1894Result<std::shared_ptr<ArrayData>> FieldPath::GetFlattened(const ArrayData& data,
1895 MemoryPool* pool) const {

Callers 3

GetOneFlattenedFunction · 0.80
GetOneOrNoneFlattenedFunction · 0.80
DoGetMethod · 0.80

Calls 3

columnsMethod · 0.80
GetFunction · 0.50
MakeArrayFunction · 0.50

Tested by 1

DoGetMethod · 0.64