Class CsvSortOptions

java.lang.Object
com.google.code.externalsorting.csv.CsvSortOptions

public class CsvSortOptions extends Object
Parameters for csv sorting
  • Method Details

    • getComparator

      public Comparator<org.apache.commons.csv.CSVRecord> getComparator()
    • getMaxTmpFiles

      public int getMaxTmpFiles()
    • getMaxMemory

      public long getMaxMemory()
    • getCharset

      public Charset getCharset()
    • isDistinct

      public boolean isDistinct()
    • getNumHeader

      public int getNumHeader()
    • isSkipHeader

      public boolean isSkipHeader()
    • getFormat

      public org.apache.commons.csv.CSVFormat getFormat()