Skip to content

Commit

Permalink
cpp format
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Oct 16, 2024
1 parent c4394ed commit f763a31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/src/arrow/array/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Result<std::shared_ptr<Array>> MakeEmptyArray(std::shared_ptr<DataType> type,
/// \param[in] pool the memory pool to allocate memory from
/// \return the resulting Array
ARROW_EXPORT
Result<std::shared_ptr<Array>> MakeMaskArray(
const std::vector<int64_t>& indices, int64_t length,
MemoryPool* pool = default_memory_pool());
Result<std::shared_ptr<Array>> MakeMaskArray(const std::vector<int64_t>& indices,
int64_t length,
MemoryPool* pool = default_memory_pool());
/// @}

namespace internal {
Expand Down

0 comments on commit f763a31

Please sign in to comment.