ECLSort: Creates an ECL "SORT" definition.

Description Examples

Description

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

Examples

1
2
3
4
5
6
7
  ## Not run: 
    sort <- ECLSort$new(name="sortedTable", inDataset = tblCatalog)
    sort$addField("ProdLine")
    sort$addField("ProdName")
    ecl1$add(sort)
  
## End(Not run)

rHpcc documentation built on May 2, 2019, 11:04 a.m.

Related to ECLSort in rHpcc...