MCPcopy 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
353const char* Expr::getName() const
354{
355 if (alias != nullptr)
356 return alias;
357 else
358 return name;
359}
360
361char* substr(const char* source, int from, int to)
362{

Callers 4

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
yyparseFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36