MCPcopy Create free account
hub / github.com/apache/arrow / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

raw_value_offsetsMethod · 0.45

Tested by

no test coverage detected