Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ copy
Method
copy
src/function/table/bind_data.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
std::unique_ptr<TableFuncBindData> TableFuncBindData::copy() const {
24
return std::make_unique<TableFuncBindData>(*this);
25
}
26
27
} // namespace function
28
} // namespace lbug
Callers
15
getSimpleBindData
Method · 0.45
genericBinaryArithmeticFunc
Function · 0.45
genericUnaryArithmeticFunc
Function · 0.45
nestedTypesCastExecFunction
Function · 0.45
bindCastToUnionFunction
Function · 0.45
castBindFunc
Function · 0.45
bindFunc
Function · 0.45
rewriteFunc
Function · 0.45
bindFunc
Function · 0.45
rewriteFunc
Function · 0.45
bindFunc
Function · 0.45
getPhysicalPlan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected