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. case class FilePattern(pattern: String, filter: Option[(Path) ⇒ Boolean] = scala.None) extends StrictLogging with Product with Serializable

  4. trait Frame extends AnyRef

  5. case class FrameSchema(columns: List[Column]) extends Product with Serializable

  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: FrameSchema, values: Seq[Any]) extends Product with Serializable

  10. sealed trait SchemaType extends AnyRef

  11. trait Sink extends AnyRef

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

  13. trait Source extends StrictLogging

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

  15. class SqlContext extends AnyRef

  16. trait Writer extends AnyRef

Value Members

  1. object Column extends Serializable

  2. object FilePattern extends Serializable

  3. object Frame

  4. object FrameSchema extends Serializable

  5. object FrameSchemaFn

  6. object HdfsIterator

  7. object HdfsOps

  8. object InternalRow

  9. object MetricsSystem

  10. object PathIterator

  11. object Row extends Serializable

  12. object RowUtils

  13. object SchemaType

  14. object Source

  15. object SourceParser

  16. object SqlContext

  17. package component

  18. package plan

Inherited from AnyRef

Inherited from Any

Ungrouped