MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / sortTable

Method sortTable

src/csvtable.cpp:830–832  ·  view source on GitHub ↗

* sortType 0:Numerical, 1:String, 2:String (ignore case) – default: 1 */

Source from the content-addressed store, hash-verified

828 * sortType 0:Numerical, 1:String, 2:String (ignore case) – default: 1
829 */
830void CsvTable::sortTable(table_index_t column, bool ascending, int sortType) {
831 storage.sort(column, ascending, sortType);
832}
833
834
835/*

Callers 1

sortMethod · 0.80

Calls 1

sortMethod · 0.45

Tested by

no test coverage detected