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

Class SparseImpl

cpp/src/arrow/array/diff.cc:792–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790 };
791
792 struct SparseImpl : UnionImpl {
793 using UnionImpl::UnionImpl;
794
795 void operator()(const Array& array, int64_t index, std::ostream* os) {
796 const auto& union_array = checked_cast<const SparseUnionArray&>(array);
797 DoFormat(union_array, index, index, os);
798 }
799 };
800
801 struct DenseImpl : UnionImpl {
802 using UnionImpl::UnionImpl;

Callers 1

VisitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected