From 1e1e508f098d97d0827d4b538b0b670a8c429321 Mon Sep 17 00:00:00 2001 From: Morten Borup Petersen Date: Thu, 5 Sep 2024 17:39:16 +0200 Subject: [PATCH] explicit namespace for free function --- src/substrait/textplan/SymbolTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/substrait/textplan/SymbolTable.cpp b/src/substrait/textplan/SymbolTable.cpp index 78a1e82b..568a531e 100644 --- a/src/substrait/textplan/SymbolTable.cpp +++ b/src/substrait/textplan/SymbolTable.cpp @@ -14,7 +14,7 @@ using namespace io::substrait::textplan; -const std::string& symbolTypeName(SymbolType type) { +const std::string& io::substrait::textplan::symbolTypeName(SymbolType type) { static std::vector names = { "kExtensionSpace", "kFunction",