Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


rHpcc (version 1.0)

ECLSort: Creates an ECL "SORT" definition.

Description

Creates an ECL "SORT" definition. The SORT function sorts the recordset according to the values specified.

Arguments

Examples

Run this code
  ## Not run: 
#     sort <- ECLSort$new(name="sortedTable", inDataset = tblCatalog)
#     sort$addField("ProdLine")
#     sort$addField("ProdName")
#     ecl1$add(sort)
#   ## End(Not run)

Run the code above in your browser using DataLab