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

Function getParam

src/include/function/table/bind_input.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 1

parseStatementMethod · 0.85

Calls

no outgoing calls

Tested by 1

parseStatementMethod · 0.68