Sha256: f1d2c3001b43f2272acc76a858957d66f052152002404b3734bc83404d70861f
Contents?: true
Size: 388 Bytes
Versions: 9
Compression:
Stored size: 388 Bytes
Contents
Relational un-grouping (inverse of group) SYNOPSIS #(signature) DESCRIPTION This operator flattens its operand by ungrouping the relation-valued attribute ATTR. EXAMPLE # Given `pid` and `qty` groupped as `supplying` !(alf group supplies -- pid qty -- supplying) # Let's ungroup them !(alf group supplies -- pid qty -- supplying | alf ungroup -- supplying)
Version data entries
9 entries across 9 versions & 2 rubygems