Package

quasar.physical.mongodb

workflowtask

Permalink

package workflowtask

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

Type Members

  1. type Pipeline = List[PipelineOp]

    Permalink
  2. type WorkflowTask = Fix[WorkflowTaskF]

    Permalink
  3. sealed abstract class WorkflowTaskF[A] extends AnyRef

    Permalink

    A WorkflowTask approximately represents one request to MongoDB.

Value Members

  1. object FoldLeftTask

    Permalink
  2. object FoldLeftTaskF

    Permalink
  3. object MapReduceTask

    Permalink
  4. object MapReduceTaskF

    Permalink
  5. object PipelineTask

    Permalink
  6. object PipelineTaskF

    Permalink
  7. object PureTask

    Permalink
  8. object PureTaskF

    Permalink
  9. object QueryTask

    Permalink
  10. object QueryTaskF

    Permalink
  11. object ReadTask

    Permalink
  12. object ReadTaskF

    Permalink
  13. object WorkflowTaskF

    Permalink
  14. def finish(base: DocVar, task: WorkflowTask): (DocVar, WorkflowTask)

    Permalink

    Run once a task is known to be completely built.

  15. def normalize: ~>[WorkflowTaskF, WorkflowTaskF]

    Permalink
  16. val simplifyProject: (WorkflowOpCoreF[slamdata.Predef.Unit]) ⇒ slamdata.Predef.Option[PipelineF[WorkflowOpCoreF, slamdata.Predef.Unit]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped