MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / toString

Method toString

src/QLExpression.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 void delref() { ReferenceCounted<ExtPathExpression>::delref(); }
64
65 std::string toString() const override { return "ExtPath(" + strPath + ")"; }
66
67 ExtPathExpression(std::string const& strPath, bool const& expandLastArray, bool const& imputeNulls)
68 : strPath(strPath), expandLastArray(expandLastArray), imputeNulls(imputeNulls) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected