Packages

package transformations

Type Members

  1. trait BaseSetOps[T <: BaseSet] extends AnyRef
  2. trait Publishing extends AnyRef

    Groups transformations for DeltaSet[Partition.Key, Payload, P] or DeltaSet[Partition.Key, Option[Payload], P] that publish the payload.

  3. trait RDDTransformations[K, V] extends AnyRef

    The transformations applicable to RDDs

  4. trait ReadingBack extends AnyRef

    Groups transformations for PublishedSet

  5. trait Referencing extends AnyRef

    The transformation applicable to input metadata.

  6. trait Stateful[K, V] extends AnyRef

    Groups transformations for a DeltaSet[K, V] that require storing metadata in the output catalog, to enable incremental processing.

    Groups transformations for a DeltaSet[K, V] that require storing metadata in the output catalog, to enable incremental processing.

    K

    The type of DeltaSet's keys.

    V

    The type of DeltaSet's values.

  7. trait Stateless[K, V] extends AnyRef

    Groups transformations for a DeltaSet[K, V] that do not require storing metadata in the output catalog, to enable incremental processing.

    Groups transformations for a DeltaSet[K, V] that do not require storing metadata in the output catalog, to enable incremental processing.

    K

    The type of the DeltaSet's keys.

    V

    The type of the DeltaSet's values.

Ungrouped