| 49 | void addLiteralParam(common::Value value); |
| 50 | |
| 51 | std::shared_ptr<binder::Expression> getParam(common::idx_t idx) const { return params[idx]; } |
| 52 | common::Value getValue(common::idx_t idx) const; |
| 53 | template<typename T> |
| 54 | T getLiteralVal(common::idx_t idx) const; |