Sorts H2OFrame by the columns specified. H2OFrame can contain String columns but should not sort on any
String columns. Otherwise, an error will
be thrown. To sort column c1 in descending order, do desc(c1). Returns a new H2OFrame, like dplyr::arrange.