| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected