Skip to content

Commit

Permalink
explicit namespace for free function
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbopet committed Sep 5, 2024
1 parent 163f2d2 commit 1e1e508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/substrait/textplan/SymbolTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string> names = {
"kExtensionSpace",
"kFunction",
Expand Down

0 comments on commit 1e1e508

Please sign in to comment.