Class

quasar.qscript

PAHelpers

Related Doc: package qscript

Permalink

class PAHelpers[T[_[_]]] extends TTypes[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PAHelpers
  2. TTypes
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PAHelpers()(implicit arg0: BirecursiveT[T], arg1: EqualT[T])

    Permalink

Type Members

  1. type Ann = qscript.Ann[T]

    Permalink
    Definition Classes
    TTypes
  2. type EquiJoin[A] = qscript.EquiJoin[T, A]

    Permalink
    Definition Classes
    TTypes
  3. type FreeMap = Free[[β$41$]qscript.MapFunc[T, β$41$], Hole]

    Permalink
    Definition Classes
    TTypes
  4. type FreeMapA[A] = Free[[β$41$]qscript.MapFunc[T, β$41$], A]

    Permalink
    Definition Classes
    TTypes
  5. type FreeQS = Free[[β$40$]Coproduct[[β$0$]qscript.QScriptCore[T, β$0$], [β$1$]Coproduct[[β$2$]qscript.ProjectBucket[T, β$2$], [β$3$]Coproduct[[β$4$]qscript.ThetaJoin[T, β$4$], [β$5$]Coproduct[[β$6$]qscript.EquiJoin[T, β$6$], [β$7$]Coproduct[[β$8$]Const[ShiftedRead[Path[Abs, Any, Sandboxed]], β$8$], [β$9$]Coproduct[[β$10$]Const[ShiftedRead[Path[Abs, File, Sandboxed]], β$10$], [β$11$]Coproduct[[β$12$]Const[Read[Path[Abs, Any, Sandboxed]], β$12$], [β$13$]Coproduct[[β$14$]Const[Read[Path[Abs, File, Sandboxed]], β$14$], [β$15$]Const[DeadEnd, β$15$], β$13$], β$11$], β$9$], β$7$], β$5$], β$3$], β$1$], β$40$], Hole]

    Permalink
    Definition Classes
    TTypes
  6. type JoinFunc = Free[[β$41$]qscript.MapFunc[T, β$41$], JoinSide]

    Permalink
    Definition Classes
    TTypes
  7. type MapFunc[A] = qscript.MapFunc[T, A]

    Permalink
    Definition Classes
    TTypes
  8. type Mapping = scala.collection.immutable.Map[Predef.BigInt, Predef.BigInt]

    Permalink
  9. type ProjectBucket[A] = qscript.ProjectBucket[T, A]

    Permalink
    Definition Classes
    TTypes
  10. type QScriptCore[A] = qscript.QScriptCore[T, A]

    Permalink
    Definition Classes
    TTypes
  11. type QScriptTotal[A] = Coproduct[[β$0$]qscript.QScriptCore[T, β$0$], [β$1$]Coproduct[[β$2$]qscript.ProjectBucket[T, β$2$], [β$3$]Coproduct[[β$4$]qscript.ThetaJoin[T, β$4$], [β$5$]Coproduct[[β$6$]qscript.EquiJoin[T, β$6$], [β$7$]Coproduct[[β$8$]Const[ShiftedRead[Path[Abs, Any, Sandboxed]], β$8$], [β$9$]Coproduct[[β$10$]Const[ShiftedRead[Path[Abs, File, Sandboxed]], β$10$], [β$11$]Coproduct[[β$12$]Const[Read[Path[Abs, Any, Sandboxed]], β$12$], [β$13$]Coproduct[[β$14$]Const[Read[Path[Abs, File, Sandboxed]], β$14$], [β$15$]Const[DeadEnd, β$15$], β$13$], β$11$], β$9$], β$7$], β$5$], β$3$], β$1$], A]

    Permalink
    Definition Classes
    TTypes
  12. type Target[F[_]] = qscript.Target[T, F]

    Permalink
    Definition Classes
    TTypes
  13. type ThetaJoin[A] = qscript.ThetaJoin[T, A]

    Permalink
    Definition Classes
    TTypes

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. def arrayRewrite(array: ConcatArrays[T, JoinFunc], indicesToKeep: Predef.Set[Predef.Int]): JoinFunc

    Permalink

    Prune the provided array keeping only the indices in indicesToKeep.

  5. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def findIndicesInFunc(func: FreeMap): StateAcc

    Permalink

    Returns None if a non-static non-integer index was found.

    Returns None if a non-static non-integer index was found. Else returns all indices of the form ProjectIndex(SrcHole, IntLit(_)).

  11. def findIndicesInStruct(func: FreeMap): StateAcc

    Permalink
  12. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def indexMapping(state: StateAcc): Predef.Option[Mapping]

    Permalink
  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. def remapIndicesInFunc(func: FreeMap, mapping: Mapping): FreeMap

    Permalink

    Remap all indices in func in structures like ProjectIndex(SrcHole, IntLit(_)) according to the provided mapping.

  20. def remapIndicesInLeftShift[A](struct: FreeMap, repair: JoinFunc, mapping: Mapping): JoinFunc

    Permalink
  21. def remapResult[A](hole: FreeMapA[A], mapping: Mapping, idx: Predef.BigInt): CoEnv[A, MapFunc, FreeMapA[A]]

    Permalink
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from TTypes[T]

Inherited from AnyRef

Inherited from Any

Ungrouped