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

Method getSimpleBindData

src/function/function.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace function {
10
11std::unique_ptr<FunctionBindData> FunctionBindData::getSimpleBindData(
12 const expression_vector& params, const LogicalType& resultType) {
13 auto paramTypes = ExpressionUtil::getDataTypes(params);
14 return std::make_unique<FunctionBindData>(std::move(paramTypes), resultType.copy());
15}
16
17} // namespace function
18} // namespace lbug

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected