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

Function RegisterDictionaryDecode

cpp/src/arrow/compute/kernels/vector_hash.cc:839–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839void RegisterDictionaryDecode(FunctionRegistry* registry) {
840 DCHECK_OK(registry->AddFunction(std::make_shared<DictionaryDecodeMetaFunction>()));
841}
842
843} // namespace internal
844} // namespace compute

Callers 1

CreateBuiltInRegistryFunction · 0.85

Calls 1

AddFunctionMethod · 0.45

Tested by

no test coverage detected