| 11 | } |
| 12 | |
| 13 | common::Value TableFuncBindInput::getValue(common::idx_t idx) const { |
| 14 | binder::ExpressionUtil::validateExpressionType(*params[idx], common::ExpressionType::LITERAL); |
| 15 | return params[idx]->constCast<binder::LiteralExpression>().getValue(); |
| 16 | } |
| 17 | |
| 18 | template<typename T> |
| 19 | T TableFuncBindInput::getLiteralVal(common::idx_t idx) const { |
no outgoing calls