MCPcopy Create free account
hub / github.com/activeloopai/deeplake / to_string

Method to_string

cpp/query_core/select_expr.hpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 std::string to_string() const
27 {
28 auto res = e.to_string();
29 if (!alias.empty()) {
30 res += " AS " + alias;
31 }
32 return res;
33 }
34
35private:
36 expr e;

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected