Documentation on -> operator #32
Comments
|
Thank you for bringing this up. We will create a reference to make looking up meaning of functions easier. Meanwhile as for the "->" operator: it's just a streamlined syntax for writing structure Q("hello" -> "world");results in a table:
Aggregating operator # Finding most popular name for each year.
@OrderBy(TopNameByYear, "year");
TopNameByYear(year) ArgMax= {arg: name, value: NameCountByYear(name:, year:)};Leaving the issue open, as we need formal documentation. |
|
Awesome, that's helpful! I had seen that struct behavior happening but didn't realize that it was being caused directly by |
The tutorial uses at one point the
->operator.While this seems to be a variant on the functional aggregation method, it's not documented anywhere. Is there a more complete language reference that can be linked?
Thanks!
The text was updated successfully, but these errors were encountered: