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

Method replaceExpressionInScope

src/binder/binder.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void Binder::replaceExpressionInScope(const std::string& oldName, const std::string& newName,
227 std::shared_ptr<Expression> expression) {
228 scope.replaceExpression(oldName, newName, expression);
229}
230
231TableFunction Binder::getScanFunction(const FileTypeInfo& typeInfo,
232 const FileScanInfo& fileScanInfo) const {

Callers 1

bindTableScanSourceInfoFunction · 0.80

Calls 1

replaceExpressionMethod · 0.80

Tested by

no test coverage detected