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

Method LazyConvert

r/src/array_to_vector.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 const std::shared_ptr<ChunkedArray>& chunked_array);
102
103 static SEXP LazyConvert(const std::shared_ptr<ChunkedArray>& chunked_array,
104 RTasks& tasks) {
105 auto converter = Make(chunked_array);
106 return converter->ScheduleConvertTasks(tasks, converter);
107 }
108
109 static SEXP Convert(const std::shared_ptr<ChunkedArray>& chunked_array,
110 bool use_threads) {

Callers

nothing calls this directly

Calls 2

ScheduleConvertTasksMethod · 0.80
MakeFunction · 0.50

Tested by

no test coverage detected