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

Method operator*

r/src/r_to_arrow.cpp:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 const T operator*() const { return GetValue(*it_); }
214
215 static T GetValue(data_type x) { return x; }
216

Callers

nothing calls this directly

Calls 1

GetValueFunction · 0.50

Tested by

no test coverage detected