Package

com.vbounyasit.bigdata

transform

Permalink

package transform

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ExecutionPlan extends AnyRef

    Permalink

    A trait representing The execution plan of a specific job It will define the transformation graph to follow for this job.

  2. trait TransformOps[U] extends AnyRef

    Permalink

    A Type class for defining operations related to source pipelines

    A Type class for defining operations related to source pipelines

    U

    The type we want to define such operations on

  3. trait Transformer extends AnyRef

    Permalink

    A Transformer object that will contain a DataFrame => DataFrame function

Value Members

  1. object TransformComponents

    Permalink

    Traits representing our pool of transformers/pipelines

  2. object TransformOps

    Permalink

    [Important : import these functions in any class we want to perform data processing operations) An object containing all the implicits needed for performing transformations in the execution plan

  3. package joiner

    Permalink
  4. package pipeline

    Permalink

Ungrouped