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

Function PrependInvalidColumn

cpp/src/arrow/compute/kernels/vector_sort_internal.h:514–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512
513template <typename T>
514Result<T> PrependInvalidColumn(Result<T> res) {
515 if (res.ok()) return res;
516 return res.status().WithMessage("Invalid sort key column: ", res.status().message());
517}
518
519// Return the field indices of the sort keys, deduplicating them along the way
520Result<std::vector<SortField>> FindSortKeys(const Schema& schema,

Callers 1

CheckConsistencyFunction · 0.85

Calls 2

okMethod · 0.45
statusMethod · 0.45

Tested by

no test coverage detected