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

Function RegisterVectorScatter

cpp/src/arrow/compute/kernels/vector_swizzle.cc:405–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403};
404
405void RegisterVectorScatter(FunctionRegistry* registry) {
406 DCHECK_OK(registry->AddFunction(std::make_shared<ScatterMetaFunction>()));
407}
408
409} // namespace
410

Callers 1

RegisterVectorSwizzleFunction · 0.85

Calls 1

AddFunctionMethod · 0.45

Tested by

no test coverage detected