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

Method GetValue

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

Source from the content-addressed store, hash-verified

221
222template <>
223int64_t RVectorIterator_ALTREP<int64_t>::GetValue(double x) {
224 int64_t value;
225 memcpy(&value, &x, sizeof(int64_t));
226 return value;
227}
228
229template <typename Iterator, typename AppendNull, typename AppendValue>
230Status VisitVector(Iterator it, int64_t n, AppendNull&& append_null,

Callers 3

convertMethod · 0.45
Ingest_some_nullsMethod · 0.45
Ingest_some_nullsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected