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

Function FlattenRecursively

cpp/src/arrow/array/array_nested.h:619–622  ·  view source on GitHub ↗

\brief Flatten all level recursively until reach a non-list type, and return a non-list type Array. \see internal::FlattenLogicalListRecursively

Source from the content-addressed store, hash-verified

617 ///
618 /// \see internal::FlattenLogicalListRecursively
619 Result<std::shared_ptr<Array>> FlattenRecursively(
620 MemoryPool* memory_pool = default_memory_pool()) const {
621 return internal::FlattenLogicalListRecursively(*this, memory_pool);
622 }
623
624 /// \brief Construct FixedSizeListArray from child value array and value_length
625 ///

Callers

nothing calls this directly

Calls 2

default_memory_poolFunction · 0.85

Tested by

no test coverage detected