Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ getName
Method
getName
cpp/3rd_party/sql-parser/src/sql/Expr.cpp:353–359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
const char* Expr::getName() const
354
{
355
if (alias != nullptr)
356
return alias;
357
else
358
return name;
359
}
360
361
char* substr(const char* source, int from, int to)
362
{
Callers
4
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
yyparse
Function · 0.45
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36