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