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

Function unwrapFlattens

src/processor/map/map_aggregate.cpp:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119static const LogicalOperator* unwrapFlattens(const LogicalOperator* op) {
120 while (op->getOperatorType() == LogicalOperatorType::FLATTEN) {
121 op = op->getChild(0).get();
122 }
123 return op;
124}
125
126static bool isScalarFunction(const std::shared_ptr<Expression>& expression,
127 const std::string& name) {

Callers 1

Calls 2

getMethod · 0.45
getChildMethod · 0.45

Tested by

no test coverage detected