Class/Object

io.eels.component.csv

CsvSource

Related Docs: object CsvSource | package csv

Permalink

case class CsvSource(inputFn: () ⇒ InputStream, overrideSchema: Option[StructType] = None, format: CsvFormat = CsvFormat(), inferrer: SchemaInferrer = StringInferrer, ignoreLeadingWhitespaces: Boolean = true, ignoreTrailingWhitespaces: Boolean = true, skipEmptyLines: Boolean = true, emptyCellValue: String = null, nullValue: String = null, skipBadRows: Option[Boolean] = None, header: Header = Header.FirstRow, skipRows: Option[Long] = None, selectedColumns: Seq[String] = Seq.empty) extends Source with Using with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Using, Source, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CsvSource
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Using
  7. Source
  8. Logging
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CsvSource(inputFn: () ⇒ InputStream, overrideSchema: Option[StructType] = None, format: CsvFormat = CsvFormat(), inferrer: SchemaInferrer = StringInferrer, ignoreLeadingWhitespaces: Boolean = true, ignoreTrailingWhitespaces: Boolean = true, skipEmptyLines: Boolean = true, emptyCellValue: String = null, nullValue: String = null, skipBadRows: Option[Boolean] = None, header: Header = Header.FirstRow, skipRows: Option[Long] = None, selectedColumns: Seq[String] = Seq.empty)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val config: Config

    Permalink
  7. val defaultSkipBadRows: Boolean

    Permalink
  8. val emptyCellValue: String

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val format: CsvFormat

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. val header: Header

    Permalink
  14. val ignoreLeadingWhitespaces: Boolean

    Permalink
  15. val ignoreTrailingWhitespaces: Boolean

    Permalink
  16. val inferrer: SchemaInferrer

    Permalink
  17. val inputFn: () ⇒ InputStream

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def load[T](implicit arg0: Manifest[T]): Seq[T]

    Permalink
    Definition Classes
    Source
  20. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val nullValue: String

    Permalink
  25. val overrideSchema: Option[StructType]

    Permalink
  26. def parts(): List[Part]

    Permalink
    Definition Classes
    CsvSourceSource
  27. def schema: StructType

    Permalink
    Definition Classes
    CsvSourceSource
  28. val selectedColumns: Seq[String]

    Permalink
  29. val skipBadRows: Option[Boolean]

    Permalink
  30. val skipEmptyLines: Boolean

    Permalink
  31. val skipRows: Option[Long]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toDataStream(listener: Listener): DataStream

    Permalink
    Definition Classes
    Source
  34. def toDataStream(): DataStream

    Permalink
    Definition Classes
    Source
  35. def using[T, U <: AnyRef { def close(): Unit }](closeable: U)(f: (U) ⇒ T): T

    Permalink
    Definition Classes
    Using
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withDelimiter(c: Char): CsvSource

    Permalink
  40. def withEmptyCellValue(emptyCellValue: String): CsvSource

    Permalink
  41. def withFormat(format: CsvFormat): CsvSource

    Permalink
  42. def withHeader(header: Header): CsvSource

    Permalink
  43. def withIgnoreLeadingWhitespaces(ignore: Boolean): CsvSource

    Permalink
  44. def withIgnoreTrailingWhitespaces(ignore: Boolean): CsvSource

    Permalink
  45. def withNullValue(nullValue: String): CsvSource

    Permalink
  46. def withQuoteChar(c: Char): CsvSource

    Permalink
  47. def withQuoteEscape(c: Char): CsvSource

    Permalink
  48. def withSchema(schema: StructType): CsvSource

    Permalink
  49. def withSchemaInferrer(inferrer: SchemaInferrer): CsvSource

    Permalink
  50. def withSkipEmptyLines(skipEmptyLines: Boolean): CsvSource

    Permalink
  51. def withSkipRows(count: Long): CsvSource

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Using

Inherited from Source

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped