Class CsvSortOptions
java.lang.Object
com.google.code.externalsorting.csv.CsvSortOptions
Parameters for csv sorting
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionComparator<org.apache.commons.csv.CSVRecord> org.apache.commons.csv.CSVFormatlongintintbooleanboolean
-
Method Details
-
getComparator
-
getMaxTmpFiles
public int getMaxTmpFiles() -
getMaxMemory
public long getMaxMemory() -
getCharset
-
isDistinct
public boolean isDistinct() -
getNumHeader
public int getNumHeader() -
isSkipHeader
public boolean isSkipHeader() -
getFormat
public org.apache.commons.csv.CSVFormat getFormat()
-