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

Function GetView

cpp/src/arrow/array/array_primitive.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 bool GetView(int64_t i) const { return Value(i); }
56
57 std::optional<bool> operator[](int64_t i) const { return *IteratorType(*this, i); }
58

Callers

nothing calls this directly

Calls 2

ValueFunction · 0.70
GetValueFunction · 0.70

Tested by

no test coverage detected