MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / addLiteralParam

Method addLiteralParam

src/function/table/bind_input.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace function {
8
9void TableFuncBindInput::addLiteralParam(common::Value value) {
10 params.push_back(std::make_shared<binder::LiteralExpression>(std::move(value), ""));
11}
12
13common::Value TableFuncBindInput::getValue(common::idx_t idx) const {
14 binder::ExpressionUtil::validateExpressionType(*params[idx], common::ExpressionType::LITERAL);

Callers 1

bindFileScanSourceMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected