p

etlflow

etlsteps

package etlsteps

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. etlsteps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DatasetWithState[T, S](ds: Dataset[T], state: S = Unit) extends Product with Serializable
  2. class SparkETLStep[IP, OP] extends EtlStep[IP, OP]
  3. class SparkReadStep[I <: Product, O <: Product] extends EtlStep[Unit, Dataset[O]]
  4. class SparkReadWriteStateStep[T <: Product, IPSTATE, O <: Product, OPSTATE] extends EtlStep[IPSTATE, OPSTATE]
  5. class SparkReadWriteStep[I <: Product, O <: Product] extends EtlStep[Unit, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped