File tree Expand file tree Collapse file tree
extensions/ql-vscode/src/log-insights Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ export interface SummarySymbols {
2828}
2929
3030// Tuple counts for Expr::Expr::getParent#dispred#f0820431#ff@76d6745o:
31- const NON_RECURSIVE_TUPLE_COUNT_REGEXP = / ^ T u p l e c o u n t s f o r (?< predicateName > \S + ) : $ / ;
31+ const NON_RECURSIVE_TUPLE_COUNT_REGEXP = / ^ E v a l u a t e d r e l a t i o n a l a l g e b r a f o r p r e d i c a t e (?< predicateName > \S + ) w i t h t u p l e c o u n t s : $ / ;
3232// Tuple counts for Expr::Expr::getEnclosingStmt#f0820431#bf@923ddwj9 on iteration 0 running pipeline base:
33- const RECURSIVE_TUPLE_COUNT_REGEXP = / ^ T u p l e c o u n t s f o r (?< predicateName > \S + ) o n i t e r a t i o n (?< iteration > \d + ) / ;
33+ const RECURSIVE_TUPLE_COUNT_REGEXP = / ^ E v a l u a t e d r e l a t i o n a l a l g e b r a f o r p r e d i c a t e (?< predicateName > \S + ) o n i t e r a t i o n (?< iteration > \d + ) r u n n i n g p i p e l i n e (?< pipeline > \S + ) w i t h t u p l e c o u n t s : $ / ;
3434const RETURN_REGEXP = / ^ \s * r e t u r n / ;
3535
3636/**
You can’t perform that action at this time.
0 commit comments