Package

software.uncharted

sparkpipe

Permalink

package sparkpipe

This package contains a pipeline implementation for Spark See the README or software.uncharted.sparkpipe.Pipe for more information.

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

Type Members

  1. class Pipe[O] extends AnyRef

    Permalink

    An immutable chain of sequential operations which can be extended, forming a new Pipe.

    An immutable chain of sequential operations which can be extended, forming a new Pipe. It can also be run, producing an output value which is cached after the first run.

Value Members

  1. object Pipe

    Permalink

    Factory for software.uncharted.sparkpipe.Pipes from various inputs, such as raw values or other Pipes

  2. package ops

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped