io.eels

source

package source

Visibility
  1. Public
  2. All

Type Members

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

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

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

Value Members

  1. object JdbcTypeToSchemaType

Ungrouped