Object

quasar.mimir.DAG

dag

Related Doc: package DAG

Permalink

object dag

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

Type Members

  1. case class AbsoluteLoad(parent: DepGraph, jtpe: JType = JType.JUniverseT)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  2. case class AddSortKey(parent: DepGraph, sortField: String, valueField: String, id: Int) extends DepGraph with Product with Serializable

    Permalink

    Evaluator will deref by sortField to get the sort ordering and valueField to get the actual value set that is being sorted.

    Evaluator will deref by sortField to get the sort ordering and valueField to get the actual value set that is being sorted. Thus, parent is assumed to evaluate to a set of objects containing sortField and valueField. The identity of the sort should be stable between other sorts that are logically the same. Thus, if one were to sort set foo by userId for later joining with set bar sorted by personId, those two sorts would be semantically very different, but logically identitical and would thus share the same identity. This is very important to ensure correctness in evaluation of the Join node.

  3. case class Assert(pred: DepGraph, child: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with Product with Serializable

    Permalink
  4. sealed trait BucketSpec extends AnyRef

    Permalink
  5. case class Cond(pred: DepGraph, left: DepGraph, leftJoin: JoinSort, right: DepGraph, rightJoin: JoinSort)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with Product with Serializable

    Permalink
  6. case class Const(value: RValue)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with Root with Product with Serializable

    Permalink
  7. case class CoproductIds(left: IdentitySpec, right: IdentitySpec) extends IdentitySpec with Product with Serializable

    Permalink
  8. case class Cross(hint: Option[CrossOrder] = None) extends JoinSort with Product with Serializable

    Permalink
  9. case class Diff(left: DepGraph, right: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  10. case class Distinct(parent: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  11. case class Extra(expr: DepGraph) extends BucketSpec with Product with Serializable

    Permalink
  12. case class Filter(joinSort: JoinSort, target: DepGraph, boolean: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with Product with Serializable

    Permalink
  13. case class Group(id: Int, target: DepGraph, forest: BucketSpec) extends BucketSpec with Product with Serializable

    Permalink
  14. case class IUI(union: Boolean, left: DepGraph, right: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  15. case class IdentityMatch(left: DepGraph, right: DepGraph) extends Product with Serializable

    Permalink
  16. sealed trait IdentitySpec extends AnyRef

    Permalink
  17. case class IntersectBucketSpec(left: BucketSpec, right: BucketSpec) extends BucketSpec with Product with Serializable

    Permalink
  18. case class Join(op: yggdrasil.bytecode.Instructions.instructions.BinaryOperation, joinSort: JoinSort, left: DepGraph, right: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with Product with Serializable

    Permalink
  19. sealed trait JoinSort extends AnyRef

    Permalink
  20. case class LoadIds(path: String) extends IdentitySpec with Product with Serializable

    Permalink
  21. case class MegaReduce(reds: List[(TS1, List[yggdrasil.bytecode.Instructions.Lib.Reduction])], parent: DepGraph) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  22. case class Memoize(parent: DepGraph, priority: Int) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  23. case class Morph1(mor: yggdrasil.bytecode.Instructions.Lib.Morphism1, parent: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  24. case class Morph2(mor: yggdrasil.bytecode.Instructions.Lib.Morphism2, left: DepGraph, right: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  25. case class New(parent: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with Product with Serializable

    Permalink
  26. case class Observe(data: DepGraph, samples: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with Product with Serializable

    Permalink
  27. case class Operate(op: yggdrasil.bytecode.Instructions.instructions.UnaryOperation, parent: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with Product with Serializable

    Permalink
  28. case class Reduce(red: yggdrasil.bytecode.Instructions.Lib.Reduction, parent: DepGraph)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  29. case class RelativeLoad(parent: DepGraph, jtpe: JType = JType.JUniverseT)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  30. sealed trait Root extends DepGraph

    Permalink
  31. case class Split(spec: BucketSpec, child: DepGraph, id: Identifier)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with StagingPoint with Product with Serializable

    Permalink
  32. case class SplitGroup(id: Int, identities: Identities, parentId: Identifier)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with Product with Serializable

    Permalink
  33. case class SplitParam(id: Int, parentId: Identifier)(loc: yggdrasil.bytecode.Instructions.instructions.Line) extends DepGraph with Product with Serializable

    Permalink
  34. sealed trait StagingPoint extends DepGraph

    Permalink
  35. case class SynthIds(id: Int) extends IdentitySpec with Product with Serializable

    Permalink
  36. sealed trait TableSort extends JoinSort

    Permalink
  37. class Undefined extends DepGraph with Root

    Permalink
  38. case class UnfixedSolution(id: Int, solution: DepGraph) extends BucketSpec with Product with Serializable

    Permalink
  39. case class UnionBucketSpec(left: BucketSpec, right: BucketSpec) extends BucketSpec with Product with Serializable

    Permalink
  40. case class ValueSort(id: Int) extends TableSort with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ConstDecimal

    Permalink
  5. object ConstString

    Permalink
  6. object IdentitySort extends TableSort with Product with Serializable

    Permalink
  7. object Undefined

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped