io.eels.component.csv

CsvSource

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

Linear Supertypes
Serializable, Serializable, Product, scala.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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

  9. val defaultSkipBadRows: Boolean

  10. val emptyCellValue: String

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def finalize(): Unit

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

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. val header: Header

  16. val ignoreLeadingWhitespaces: Boolean

  17. val ignoreTrailingWhitespaces: Boolean

  18. val inferrer: SchemaInferrer

  19. val inputFn: () ⇒ InputStream

  20. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    Source
  22. val logger: Logger

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

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. val nullValue: String

  27. val overrideSchema: Option[StructType]

  28. def parts(): Seq[Publisher[Seq[Row]]]

    Definition Classes
    CsvSourceSource
  29. def schema: StructType

    Definition Classes
    CsvSourceSource
  30. val selectedColumns: Seq[String]

  31. val skipBadRows: Option[Boolean]

  32. val skipEmptyLines: Boolean

  33. val skipRows: Option[Long]

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

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

    Definition Classes
    Source
  36. def toDataStream(): DataStream

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

    Definition Classes
    Using
  38. final def wait(): Unit

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

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

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

  42. def withEmptyCellValue(emptyCellValue: String): CsvSource

  43. def withFormat(format: CsvFormat): CsvSource

  44. def withHeader(header: Header): CsvSource

  45. def withIgnoreLeadingWhitespaces(ignore: Boolean): CsvSource

  46. def withIgnoreTrailingWhitespaces(ignore: Boolean): CsvSource

  47. def withNullValue(nullValue: String): CsvSource

  48. def withQuoteChar(c: Char): CsvSource

  49. def withQuoteEscape(c: Char): CsvSource

  50. def withSchema(schema: StructType): CsvSource

  51. def withSchemaInferrer(inferrer: SchemaInferrer): CsvSource

  52. def withSkipEmptyLines(skipEmptyLines: Boolean): CsvSource

  53. def withSkipRows(count: Long): CsvSource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from Using

Inherited from Source

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped