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

Method ExtPathExpression

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

Source from the content-addressed store, hash-verified

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) {
69 path = encodeMaybeDotted(strPath);
70 }
71
72 GenFutureStream<Reference<IReadContext>> evaluate(Reference<IReadContext> const& document) override;
73

Callers

nothing calls this directly

Calls 1

encodeMaybeDottedFunction · 0.85

Tested by

no test coverage detected