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

Class DenseImpl

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

Source from the content-addressed store, hash-verified

799 };
800
801 struct DenseImpl : UnionImpl {
802 using UnionImpl::UnionImpl;
803
804 void operator()(const Array& array, int64_t index, std::ostream* os) {
805 const auto& union_array = checked_cast<const DenseUnionArray&>(array);
806 DoFormat(union_array, index, union_array.raw_value_offsets()[index], os);
807 }
808 };
809
810 std::vector<Formatter> field_formatters(t.max_type_code() + 1);
811 for (int i = 0; i < t.num_fields(); ++i) {

Callers 1

VisitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected