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

Function PrependInvalidColumn

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

Source from the content-addressed store, hash-verified

509
510template <typename T>
511Result<T> PrependInvalidColumn(Result<T> res) {
512 if (res.ok()) return res;
513 return res.status().WithMessage("Invalid sort key column: ", res.status().message());
514}
515
516// Return the field indices of the sort keys, deduplicating them along the way
517Result<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