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

Function gc_context

r/src/compute.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26std::shared_ptr<arrow::compute::CastOptions> make_cast_options(cpp11::list options);
27
28arrow::compute::ExecContext* gc_context() {
29 static arrow::compute::ExecContext context(gc_memory_pool());
30 return &context;
31}
32
33// [[arrow::export]]
34std::shared_ptr<arrow::RecordBatch> RecordBatch__cast(

Callers 2

ExecPlan_createFunction · 0.85
compute__CallFunctionFunction · 0.85

Calls 1

gc_memory_poolFunction · 0.85

Tested by

no test coverage detected