io

eels

package eels

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. eels
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Buffer extends AnyRef

    A Buffer represents a stream of Rows, read one row at a time.

  2. case class Column(name: String, type: SchemaType, nullable: Boolean, precision: Int = 0, scale: Int = 0, signed: Boolean = true, comment: Option[String] = scala.None) extends Product with Serializable

  3. trait Converter[T] extends AnyRef

  4. case class FilePattern(pattern: String, filter: Option[(Path) ⇒ Boolean] = scala.None) extends StrictLogging with Product with Serializable

  5. trait Frame extends AnyRef

  6. type InternalRow = Seq[Any]

  7. trait Part extends AnyRef

    A Part represents part of the source data.

  8. trait Reader extends AnyRef

    A one time usable reader of data.

  9. case class Row(schema: Schema, values: Seq[Any]) extends Product with Serializable

  10. case class Schema(columns: List[Column]) extends Product with Serializable

  11. sealed trait SchemaType extends AnyRef

  12. trait Sink extends AnyRef

  13. trait SinkParser[T <: Sink] extends AnyRef

  14. trait Source extends StrictLogging

  15. trait SourceParser[T <: Source] extends AnyRef

  16. class SqlContext extends AnyRef

  17. trait Writer extends AnyRef

Value Members

  1. object Column extends Serializable

  2. object Converter extends Logging

  3. object FilePattern extends Serializable

  4. object Frame

  5. object HdfsIterator

  6. object HdfsOps

  7. object InternalRow

  8. object MetricsSystem

  9. object PathIterator

  10. object Row extends Serializable

  11. object RowUtils

  12. object Schema extends Serializable

  13. object SchemaFn

  14. object SchemaType

  15. object Source

  16. object SourceParser

  17. object SqlContext

  18. package component

  19. package plan

Inherited from AnyRef

Inherited from Any

Ungrouped