Packages

class CSVOptions extends Logging with Serializable

Linear Supertypes
Serializable, Serializable, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CSVOptions
  2. Serializable
  3. Serializable
  4. Logging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CSVOptions(parameters: Map[String, String], columnPruning: Boolean, defaultTimeZoneId: String, defaultColumnNameOfCorruptRecord: String)
  2. new CSVOptions(parameters: Map[String, String], columnPruning: Boolean, defaultTimeZoneId: String)
  3. new CSVOptions(parameters: CaseInsensitiveMap[String], columnPruning: Boolean, defaultTimeZoneId: String, defaultColumnNameOfCorruptRecord: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asParserSettings: CsvParserSettings
  6. def asWriterSettings: CsvWriterSettings
  7. val charToEscapeQuoteEscaping: Option[Char]
  8. val charset: String
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. val columnNameOfCorruptRecord: String
  11. val columnPruning: Boolean
  12. val comment: Char
  13. val compressionCodec: Option[String]
  14. val dateFormat: String
  15. val delimiter: String
  16. val emptyValue: Option[String]

    String representation of an empty value in read and in write.

  17. val emptyValueInRead: String

    The string is returned when CSV reader doesn't have any characters for input value, or an empty quoted string "".

    The string is returned when CSV reader doesn't have any characters for input value, or an empty quoted string "". Default value is empty string.

  18. val emptyValueInWrite: String

    The value is used instead of an empty string in write.

    The value is used instead of an empty string in write. Default value is ""

  19. val enforceSchema: Boolean

    Forcibly apply the specified or inferred schema to datasource files.

    Forcibly apply the specified or inferred schema to datasource files. If the option is enabled, headers of CSV files will be ignored.

  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. val escape: Char
  23. val escapeQuotes: Boolean
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val headerFlag: Boolean
  27. val ignoreLeadingWhiteSpaceFlagInWrite: Boolean
  28. val ignoreLeadingWhiteSpaceInRead: Boolean
  29. val ignoreTrailingWhiteSpaceFlagInWrite: Boolean
  30. val ignoreTrailingWhiteSpaceInRead: Boolean
  31. val inferSchemaFlag: Boolean
  32. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  33. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. val inputBufferSize: Option[Int]
  35. val isCommentSet: Boolean
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  38. val lineSeparator: Option[String]

    A string between two consecutive JSON records.

  39. val lineSeparatorInRead: Option[Array[Byte]]
  40. val lineSeparatorInWrite: Option[String]
  41. val locale: Locale
  42. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  43. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  44. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  45. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  46. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  47. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  48. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  49. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  50. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  51. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  52. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  53. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  54. val maxCharsPerColumn: Int
  55. val maxColumns: Int
  56. val maxErrorContentLength: Int

    The max error content length in CSV parser/writer exception message.

  57. val multiLine: Boolean
  58. val nanValue: String
  59. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  60. val negativeInf: String
  61. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  62. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  63. val nullValue: String
  64. val parameters: CaseInsensitiveMap[String]
  65. val parseMode: ParseMode
  66. val positiveInf: String
  67. val quote: Char
  68. val quoteAll: Boolean
  69. val samplingRatio: Double
  70. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  71. val timestampFormat: String
  72. def toString(): String
    Definition Classes
    AnyRef → Any
  73. val unescapedQuoteHandling: UnescapedQuoteHandling

    The handling method to be used when unescaped quotes are found in the input.

  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. val zoneId: ZoneId

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped