MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / UpdateAst

Method UpdateAst

extensions/select_optimization.cc:919–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917} // namespace
918
919absl::Status SelectOptimizationAstUpdater::UpdateAst(PlannerContext& context,
920 Ast& ast) const {
921 RewriterImpl rewriter(ast, context);
922 AstRewrite(ast.mutable_root_expr(), rewriter);
923 return rewriter.GetProgressStatus();
924}
925
926google::api::expr::runtime::ProgramOptimizerFactory
927CreateSelectOptimizationProgramOptimizer(

Callers 1

TEST_FFunction · 0.45

Calls 2

GetProgressStatusMethod · 0.80
AstRewriteFunction · 0.50

Tested by 1

TEST_FFunction · 0.36