io

eels

package eels

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 ConcurrentPlan[T] extends Plan[T]

  4. class ExistsPlan extends Plan[Boolean] with Using

  5. case class Field(value: String) extends Product with Serializable

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

  7. class FindPlan extends Plan[Option[Row]] with Using

  8. class FoldPlan[A] extends Plan[A]

  9. class ForallPlan extends Plan[Boolean] with Using

  10. trait Frame extends AnyRef

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

  12. class HeadPlan extends Plan[Option[Row]] with Using

  13. trait Part extends AnyRef

    A Part represents part of the source data.

  14. trait Plan[T] extends AnyRef

  15. trait Reader extends AnyRef

    A one time usable reader of data.

  16. case class Row(columns: List[Column], fields: List[Field]) extends Product with Serializable

  17. sealed trait SchemaType extends AnyRef

  18. trait Sink extends AnyRef

  19. class SinkPlan extends ConcurrentPlan[Long] with StrictLogging

  20. trait Source extends StrictLogging

  21. class SqlContext extends AnyRef

  22. class ToListPlan extends ConcurrentPlan[List[Row]] with Using with StrictLogging

  23. class ToSetPlan extends ConcurrentPlan[Set[Row]] with Using with StrictLogging

  24. class ToSizePlan extends Plan[Long] with Using

  25. trait Writer extends AnyRef

Value Members

  1. object Column extends Serializable

  2. object Field extends Serializable

  3. object FilePattern extends Serializable

  4. object Frame

  5. object FrameSchema extends Serializable

  6. object HdfsIterator

  7. object HdfsOps

  8. object MetricsSystem

  9. object PathIterator

  10. object Row extends Serializable

  11. object SchemaType

  12. object Source

  13. object SqlContext

  14. package component

Ungrouped