From 653e4ccc3d9dd84d35d5f46d99b3c6007de31511 Mon Sep 17 00:00:00 2001 From: Joe Abraham Date: Thu, 4 Apr 2024 11:31:27 +0530 Subject: [PATCH] c --- velox/functions/prestosql/BinaryFunctions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/velox/functions/prestosql/BinaryFunctions.h b/velox/functions/prestosql/BinaryFunctions.h index bba7fdd530b0a..ef14e5b44b8eb 100644 --- a/velox/functions/prestosql/BinaryFunctions.h +++ b/velox/functions/prestosql/BinaryFunctions.h @@ -338,6 +338,7 @@ struct ToBase32Function { } }; +template struct FromBase32Function { VELOX_DEFINE_FUNCTION_TYPES(T);