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

Method OutputValues

cpp/src/arrow/field_ref_test.cc:46–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44struct FieldPathTestCase {
45 struct OutputValues {
46 explicit OutputValues(std::vector<int> indices = {})
47 : path(FieldPath(std::move(indices))) {}
48
49 template <typename T>
50 const auto& OutputAs() const {

Callers

nothing calls this directly

Calls 1

FieldPathFunction · 0.85

Tested by

no test coverage detected