Package

com.fiftyonezero

eel

Permalink

package eel

Visibility
  1. Public
  2. All

Type Members

  1. case class Column(name: String, type: SchemaType, nullable: Boolean) extends Product with Serializable

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

    Permalink
  3. trait Frame extends AnyRef

    Permalink
  4. case class FrameSchema(columns: Seq[Column]) extends Product with Serializable

    Permalink
  5. class HdfsExplorer extends AnyRef

    Permalink
  6. trait Locator extends AnyRef

    Permalink
  7. trait Reader extends AnyRef

    Permalink
  8. case class Row(columns: Seq[Column], fields: Seq[Field]) extends Product with Serializable

    Permalink
  9. sealed trait SchemaType extends AnyRef

    Permalink
  10. trait Sink extends AnyRef

    Permalink
  11. trait Source extends AnyRef

    Permalink
  12. class SqlContext extends AnyRef

    Permalink
  13. trait Writer extends AnyRef

    Permalink

Value Members

  1. object Column extends Serializable

    Permalink
  2. object Field extends Serializable

    Permalink
  3. object Frame

    Permalink
  4. object HdfsIterator

    Permalink
  5. object Row extends Serializable

    Permalink
  6. object SchemaType

    Permalink
  7. object Source

    Permalink
  8. object SqlContext

    Permalink
  9. package sink

    Permalink
  10. package source

    Permalink

Ungrouped