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

Function Initialize

cpp/src/arrow/compute/initialize.cc:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72} // namespace
73
74Status Initialize() {
75 static auto st = RegisterComputeKernels();
76 return st;
77}
78
79} // namespace arrow::compute

Callers 4

mainFunction · 0.70
SetUpMethod · 0.70
InitializeMethod · 0.50
InitializeMethod · 0.50

Calls 1

RegisterComputeKernelsFunction · 0.85

Tested by 1

SetUpMethod · 0.56