User Tools

Site Tools


15_cheatsheet:operators

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
15_cheatsheet:operators [2026/01/05 15:09] – [Selection Operators] barley196515_cheatsheet:operators [2026/04/14 14:12] (current) – [Analytical Operators] Tim
Line 16: Line 16:
 | forall((*//query//*)[//value//]//condition//) | checks if a condition is true for the all results of the query |forall((*f:F*)[length]==1) |   | forall((*//query//*)[//value//]//condition//) | checks if a condition is true for the all results of the query |forall((*f:F*)[length]==1) |  
 | exist((*//query//*)[//value//]//condition//) | checks if a condition is true for at least one result of the query |exist((*f:F*)[length]==1) | | exist((*//query//*)[//value//]//condition//) | checks if a condition is true for at least one result of the query |exist((*f:F*)[length]==1) |
 +|statistics((*//query//*)[//value//] |return an instance of the class [[https://javadoc.grogra.de/rgg/de/grogra/rgg/Statistics.html| Statistics]] |statistics((*F*)[length]) |
  
  
15_cheatsheet/operators.txt · Last modified: 2026/04/14 14:12 by Tim