Packages

  • package root
    Definition Classes
    root
  • package quasar
    Definition Classes
    root
  • package qscript

    The various representations of an arbitrary query, as seen by the filesystem connectors, along with the operations for dealing with them.

    The various representations of an arbitrary query, as seen by the filesystem connectors, along with the operations for dealing with them.

    There are a few patterns that are worth noting: - (src: A, ..., lBranch: FreeQS[T], rBranch: FreeQS[T], ...) – used in operations that combine multiple data sources (notably joins and unions). This holds the divergent parts of the data sources in the branches, with SrcHole indicating a reference back to the common src of the two branches. There is not required to be a SrcHole. - Free[F, A] – we use this structure as a restricted form of variable binding, where F is some pattern functor, and A is some enumeration that has a specific referent. E.g., FreeMap is a recursive structure of MapFunc that has a single “variable”, SrcHole, which (usually) refers to the src parameter of that operation. JoinFunc, FreeQS, and the repair parameter to Reduce behave similarly. - We use the type parameter QS[_] to indicate QScript, as well as the type parameters IN[_] and OUT[_] to indicate the input and output coproducts in transformations where they can be different.

    Definition Classes
    quasar
  • package analysis
    Definition Classes
    qscript
  • Cardinality
  • Cost
  • DeepShape
  • DeepShapeInstances
  • Outline
  • OutlineInstances
  • ShapePreserving

object ShapePreserving extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapePreserving
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AllOps[IN[_], A] extends Ops[IN, A]
  2. trait Ops[IN[_], A] extends AnyRef
  3. trait ToShapePreservingOps extends AnyRef

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 apply[IN[_]](implicit instance: ShapePreserving[IN]): ShapePreserving[IN]
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. implicit def coEnv[E, G[_], A](implicit SP: ShapePreserving[G]): ShapePreserving[[γ$19$]CoEnv[E, G, γ$19$]]
  8. implicit val constDeadEnd: ShapePreserving[[β$8$]Const[DeadEnd, β$8$]]
  9. implicit def constRead[A]: ShapePreserving[[β$6$]Const[Read[A], β$6$]]
  10. implicit def constShiftedRead[A]: ShapePreserving[[β$3$]Const[ShiftedRead[A], β$3$]]
  11. implicit def coproduct[F[_], G[_]](implicit F: ShapePreserving[F], G: ShapePreserving[G]): ShapePreserving[[γ$0$]Coproduct[F, G, γ$0$]]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. implicit def equiJoin[T[_[_]]]: ShapePreserving[[β$17$]EquiJoin[T, β$17$]]
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def notShapePreserving[F[_]]: ShapePreserving[F]
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def prismNT[F[_], G[_]](GtoF: PrismNT[G, F])(implicit F: ShapePreserving[F]): ShapePreserving[G]
  24. implicit def projectBucket[T[_[_]]]: ShapePreserving[[β$13$]ProjectBucket[T, β$13$]]
  25. implicit def qscriptCore[T[_[_]]]: ShapePreserving[[β$10$]QScriptCore[T, β$10$]]
    Annotations
    @SuppressWarnings()
  26. def shapePreserving[F[_], T](t: T)(implicit arg0: Functor[F], RT: Aux[T, F], SP: ShapePreserving[F]): slamdata.Predef.Option[IdStatus]
  27. def shapePreservingF[F[_], A](fa: Free[F, A])(f: (A) ⇒ slamdata.Predef.Option[IdStatus])(implicit arg0: Functor[F], SP: ShapePreserving[F]): slamdata.Predef.Option[IdStatus]
  28. def shapePreservingP[F[_], G[_], T](t: T, GtoF: PrismNT[G, F])(implicit arg0: Functor[G], RT: Aux[T, G], SP: ShapePreserving[F]): slamdata.Predef.Option[IdStatus]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. implicit def thetaJoin[T[_[_]]]: ShapePreserving[[β$15$]ThetaJoin[T, β$15$]]
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. object nonInheritedOps extends ToShapePreservingOps
  36. object ops

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped