Packages

object QSUGraph extends QSUGraphInstances with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QSUGraph
  2. Serializable
  3. Serializable
  4. QSUGraphInstances
  5. QSUGraphInstances0
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type NameState[T[_[_]], F[_]] = MonadState_[F, (NodeNames[T], Renames)]
  2. type NodeNames[T[_[_]]] = scala.collection.immutable.Map[QScriptUniform[T, slamdata.Predef.Symbol], slamdata.Predef.Symbol]
  3. type QSUPattern[T[_[_]], A] = EnvT[slamdata.Predef.Symbol, [β$1$]QScriptUniform[T, β$1$], A]
  4. type Renames = scala.collection.immutable.Map[slamdata.Predef.Symbol, slamdata.Predef.Symbol]
  5. type RevIdx[T[_[_]]] = scala.collection.immutable.Map[QScriptUniform[T, slamdata.Predef.Symbol], slamdata.Predef.Symbol]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def NameState[T[_[_]], F[_]](implicit arg0: MonadState_[F, (scala.collection.immutable.Map[QScriptUniform[T, Symbol], Symbol], scala.collection.immutable.Map[Symbol, Symbol])]): MonadState_[F, (NodeNames[T], Renames)]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def birecursive[T[_[_]]]: Aux[QSUGraph[T], [β$24$]EnvT[Symbol, [β$1$]QScriptUniform[T, β$1$], β$24$]]
    Definition Classes
    QSUGraphInstances0
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. implicit def corecursive[T[_[_]]]: Aux[QSUGraph[T], [β$22$]EnvT[Symbol, [β$1$]QScriptUniform[T, β$1$], β$22$]]
    Definition Classes
    QSUGraphInstances
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromAnnotatedTree[T[_[_]]](qsu: Cofree[[β$3$]QScriptUniform[T, β$3$], slamdata.Predef.Option[slamdata.Predef.Symbol]])(implicit arg0: RecursiveT[T]): (Renames, QSUGraph[T])

    Construct a QSUGraph from a tree of QScriptUniform by compacting common subtrees, providing a mapping from the provided attribute to the final graph vertex names.

  13. def fromTree[T[_[_]]](qsu: T[[β$5$]QScriptUniform[T, β$5$]])(implicit arg0: RecursiveT[T]): QSUGraph[T]

    Construct a QSUGraph from a tree of QScriptUniform by compacting common subtrees.

  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. implicit def recursive[T[_[_]]]: Aux[QSUGraph[T], [β$23$]EnvT[Symbol, [β$1$]QScriptUniform[T, β$1$], β$23$]]
    Definition Classes
    QSUGraphInstances
  21. def refold[T[_[_]]](sym: slamdata.Predef.Symbol, qsu: QScriptUniform[T, QSUGraph[T]]): QSUGraph[T]
  22. def root[T[_[_]]]: PLens[QSUGraph[T], QSUGraph[T], slamdata.Predef.Symbol, slamdata.Predef.Symbol]
  23. implicit def show[T[_[_]]](implicit arg0: ShowT[T]): Show[QSUGraph[T]]
    Definition Classes
    QSUGraphInstances
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def vertices[T[_[_]]]: PLens[QSUGraph[T], QSUGraph[T], QSUVerts[T], QSUVerts[T]]
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. def withName[T[_[_]], F[_]](prefix: slamdata.Predef.String)(node: QScriptUniform[T, slamdata.Predef.Symbol])(implicit arg0: Monad[F], arg1: NameGenerator[F], MS: MonadState_[F, RevIdx[T]]): F[QSUGraph[T]]
  31. object Extractors

    This object contains extraction helpers in terms of QSU nodes.

  32. object QSUPattern

Inherited from Serializable

Inherited from Serializable

Inherited from QSUGraphInstances

Inherited from QSUGraphInstances0

Inherited from AnyRef

Inherited from Any

Ungrouped