sort(var1,var2[,direction])
This function takes
as input two variables and an optional direction. It sorts the second
column in the order of the first column, in either ascending or
descending order. The direction is the constant $ascend or $descend,
and defaults to $ascend if omitted.
NOTE:
This Transform cannot be
translated by Data Explorer into a streaming equivalent.
Provide Feedback