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 Database(name: String, tables: Seq[Table]) extends Product with Serializable

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

  6. trait Frame extends AnyRef

  7. class FrameSource extends Frame with Logging with Using

  8. type InternalRow = Seq[Any]

  9. trait Part extends AnyRef

    A Part represents part of the source data.

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

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

  12. sealed trait SchemaType extends AnyRef

  13. trait Sink extends AnyRef

  14. trait SinkParser extends AnyRef

  15. trait SinkWriter extends AnyRef

  16. trait Source extends Logging

  17. trait SourceParser extends AnyRef

  18. trait SourceReader extends AnyRef

    A one time usable reader of data.

  19. class SqlContext extends AnyRef

  20. case class Table(name: String, columns: Column, partitionKeys: Seq[PartitionKey], props: Map[String, String]) extends Product with Serializable

Value Members

  1. object Column extends Serializable

  2. object Constants

  3. object Converter extends Logging

  4. object FilePattern extends Serializable

  5. object Frame

  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 Schema extends Serializable

  14. object SchemaFn

  15. object SchemaType

  16. object SinkParser

  17. object Source

  18. object SourceParser

  19. object SqlContext

  20. package component

  21. package plan

Inherited from AnyRef

Inherited from Any

Ungrouped