Class CsvSortOptions


  • public class CsvSortOptions
    extends java.lang.Object
    Parameters for csv sorting
    • Method Detail

      • getComparator

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

        public int getMaxTmpFiles()
      • getMaxMemory

        public long getMaxMemory()
      • getCharset

        public java.nio.charset.Charset getCharset()
      • isDistinct

        public boolean isDistinct()
      • getNumHeader

        public int getNumHeader()
      • isSkipHeader

        public boolean isSkipHeader()
      • getFormat

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