MCPcopy Create free account
hub / github.com/bytedance/bolt / checkOrSetEmptyResult

Function checkOrSetEmptyResult

bolt/expression/Expr.cpp:129–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127Expr::Expr(
128 TypePtr type,
129 std::vector<std::shared_ptr<Expr>>&& inputs,
130 std::shared_ptr<VectorFunction> vectorFunction,
131 std::string name,
132 bool trackCpuUsage)
133 : type_(std::move(type)),
134 inputs_(std::move(inputs)),
135 name_(std::move(name)),
136 vectorFunction_(std::move(vectorFunction)),
137 specialForm_{false},
138 supportsFlatNoNullsFastPath_{
139 vectorFunction_->supportsFlatNoNullsFastPath() &&

Callers 5

evalSimplifiedMethod · 0.85
evalFlatNoNullsImplMethod · 0.85
evalMethod · 0.85
evalWithNullsMethod · 0.85
evalAllMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected