Sha256: da9565ef96ca31a95647a0dad552a827b8a5fef9ef79c78283fbb83bac56f095
Contents?: true
Size: 535 Bytes
Versions: 9
Compression:
Stored size: 535 Bytes
Contents
Sort input tuples according to an order relation SYNOPSIS #(signature) DESCRIPTION This non-relational operator sorts input tuples according to ORDERING. This is, of course, a non relational operator as relations are unordered sets. It is provided for displaying purposes and normalization of non-relational inputs. EXAMPLE # Sort suppliers by name !(alf sort suppliers -- name asc) # Sort suppliers by city in descending order, then on name on ascending # order !(alf sort suppliers -- city desc name asc)
Version data entries
9 entries across 9 versions & 2 rubygems