| 233 | static const SelectExpr& default_instance(); |
| 234 | |
| 235 | static std::string release(std::string& property) { |
| 236 | std::string result; |
| 237 | result.swap(property); |
| 238 | return result; |
| 239 | } |
| 240 | |
| 241 | static std::unique_ptr<Expr> release(std::unique_ptr<Expr>& property); |
| 242 |