Key: Difference between revisions

Jump to navigation Jump to search
38 bytes added ,  08:29, 16 January 2022
operand has to be dyadic
(Created page with "{{Built-in|Key|⌸}} is a primitive monadic operator with an ambivalent operand where specified keys group the indices or major cells of an argument. It was introduced...")
 
(operand has to be dyadic)
Line 1: Line 1:
{{Built-in|Key|⌸}} is a primitive [[monadic operator]] with an ambivalent [[operand]] where specified keys group the indices or major cells of an argument. It was introduced in [[Dyalog APL]] version 14.0 and is commonly compared to SQL's "GROUP BY" clause.
{{Built-in|Key|⌸}} is a [[primitive operator|primitive]] [[monadic operator]] which takes a [[dyadic function]] [[operand]] where specified keys group the indices or major cells of an argument. It was introduced in [[Dyalog APL]] version 14.0 and is commonly compared to SQL's "GROUP BY" clause.


== Description ==
== Description ==

Navigation menu