File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
docs/codeql/ql-language-reference Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -533,14 +533,21 @@ The query produces these results:
533
533
534
534
+-----------+---------+------+
535
535
| variant | person | cost |
536
- +-----------+---------+------ +
536
+ +===========+=========+====== +
537
537
| default | Alice | 201 |
538
+ +-----------+---------+------+
538
539
| default | Bob | 100 |
540
+ +-----------+---------+------+
539
541
| default | Charles | 100 |
542
+ +-----------+---------+------+
540
543
| default | Diane | 0 |
544
+ +-----------+---------+------+
541
545
| monotonic | Alice | 101 |
546
+ +-----------+---------+------+
542
547
| monotonic | Alice | 200 |
548
+ +-----------+---------+------+
543
549
| monotonic | Bob | 100 |
550
+ +-----------+---------+------+
544
551
| monotonic | Diane | 0 |
545
552
+-----------+---------+------+
546
553
You can’t perform that action at this time.
0 commit comments