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

Method createInvisibleVariable

src/binder/binder.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136std::shared_ptr<Expression> Binder::createInvisibleVariable(const std::string& name,
137 const LogicalType& dataType) const {
138 auto expression = expressionBinder.createVariableExpression(dataType.copy(), name);
139 expression->setAlias(name);
140 return expression;
141}
142
143expression_vector Binder::createVariables(const std::vector<std::string>& names,
144 const std::vector<common::LogicalType>& types) {

Callers 1

bindTableScanSourceInfoFunction · 0.80

Calls 2

copyMethod · 0.45

Tested by

no test coverage detected