final case class CsvInputFormatDescriptor(tipe: SourceType, hasHeader: Boolean, delimiter: Char, nulls: Vector[String], multiLineFields: Boolean, nans: Vector[String], skip: Int, escapeChar: Option[Char], quoteChar: Option[Char], sampled: Boolean, timeFormat: Option[String], dateFormat: Option[String], timestampFormat: Option[String]) extends TextInputFormatDescriptor with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CsvInputFormatDescriptor
- Serializable
- Serializable
- Product
- Equals
- TextInputFormatDescriptor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CsvInputFormatDescriptor(tipe: SourceType, hasHeader: Boolean, delimiter: Char, nulls: Vector[String], multiLineFields: Boolean, nans: Vector[String], skip: Int, escapeChar: Option[Char], quoteChar: Option[Char], sampled: Boolean, timeFormat: Option[String], dateFormat: Option[String], timestampFormat: Option[String])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val dateFormat: Option[String]
- val delimiter: Char
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val escapeChar: Option[Char]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val hasHeader: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val multiLineFields: Boolean
- val nans: Vector[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val nulls: Vector[String]
- val quoteChar: Option[Char]
-
val
sampled: Boolean
- Definition Classes
- CsvInputFormatDescriptor → TextInputFormatDescriptor
- val skip: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timeFormat: Option[String]
- val timestampFormat: Option[String]
-
val
tipe: SourceType
- Definition Classes
- CsvInputFormatDescriptor → TextInputFormatDescriptor
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated