Package

com.fiftyonezero.eel

source

Permalink

package source

Visibility
  1. Public
  2. All

Type Members

  1. case class CsvSource(path: Path, overrideSchema: Option[FrameSchema] = None) extends Source with Product with Serializable

    Permalink
  2. case class JdbcSource(url: String, query: String, props: JdbcSourceProps = JdbcSourceProps(100)) extends Source with StrictLogging with Product with Serializable

    Permalink
  3. case class JdbcSourceProps(fetchSize: Int) extends Product with Serializable

    Permalink

Value Members

  1. object JdbcTypeToSchemaType

    Permalink

Ungrouped