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, 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, 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
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, 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 emptyCellValue: String

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

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

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

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

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

    Permalink
  13. val ignoreLeadingWhitespaces: Boolean

    Permalink
  14. val ignoreTrailingWhitespaces: Boolean

    Permalink
  15. val inferrer: SchemaInferrer

    Permalink
  16. val inputFn: () ⇒ InputStream

    Permalink
  17. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Source
  19. val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val nullValue: String

    Permalink
  24. val overrideSchema: Option[StructType]

    Permalink
  25. def parts(): Seq[Publisher[Seq[Row]]]

    Permalink
    Definition Classes
    CsvSourceSource
  26. def schema: StructType

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

    Permalink
  28. val skipEmptyLines: Boolean

    Permalink
  29. val skipRows: Option[Long]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

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