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

Function compute__Initialize

r/src/compute.cpp:626–629  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

624
625// [[arrow::export]]
626void compute__Initialize() {
627 auto status = arrow::compute::Initialize();
628 StopIfNotOk(status);
629}
630
631class RScalarUDFKernelState : public arrow::compute::KernelState {
632 public:

Callers

nothing calls this directly

Calls 2

StopIfNotOkFunction · 0.85
InitializeFunction · 0.50

Tested by

no test coverage detected