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

Method getValue

src/function/table/bind_input.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13common::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
18template<typename T>
19T TableFuncBindInput::getLiteralVal(common::idx_t idx) const {

Callers 15

printExecutionResultMethod · 0.45
runCaseFunction · 0.45
TEST_FFunction · 0.45
checkResultNumericMethod · 0.45
initMethod · 0.45
checkForLeakedPagesMethod · 0.45
TEST_FFunction · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
checkResultNumericMethod · 0.36
validateMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
detachDeleteNodeMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36