Class

quasar.qscript.construction

Dsl

Related Doc: package construction

Permalink

final case class Dsl[T[_[_]], F[_], R](embed: (F[R]) ⇒ R)(implicit corec: CorecursiveT[T], injCore: Aux[[β$2$]QScriptCore[T, β$2$], F], injTotal: Aux[F, [β$3$]Coproduct[[β$0$]QScriptCore[T, β$0$], [β$1$]Coproduct[[β$2$]ProjectBucket[T, β$2$], [β$3$]Coproduct[[β$4$]ThetaJoin[T, β$4$], [β$5$]Coproduct[[β$6$]EquiJoin[T, β$6$], [β$7$]Coproduct[[β$8$]Const[ShiftedRead[Path[Abs, Dir, Sandboxed]], β$8$], [β$9$]Coproduct[[β$10$]Const[ShiftedRead[Path[Abs, File, Sandboxed]], β$10$], [β$11$]Coproduct[[β$12$]Const[Read[Path[Abs, Dir, Sandboxed]], β$12$], [β$13$]Coproduct[[β$14$]Const[Read[Path[Abs, File, Sandboxed]], β$14$], [β$15$]Const[DeadEnd, β$15$], β$13$], β$11$], β$9$], β$7$], β$5$], β$3$], β$1$], β$3$]]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dsl
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Dsl(embed: (F[R]) ⇒ R)(implicit corec: CorecursiveT[T], injCore: Aux[[β$2$]QScriptCore[T, β$2$], F], injTotal: Aux[F, [β$3$]Coproduct[[β$0$]QScriptCore[T, β$0$], [β$1$]Coproduct[[β$2$]ProjectBucket[T, β$2$], [β$3$]Coproduct[[β$4$]ThetaJoin[T, β$4$], [β$5$]Coproduct[[β$6$]EquiJoin[T, β$6$], [β$7$]Coproduct[[β$8$]Const[ShiftedRead[Path[Abs, Dir, Sandboxed]], β$8$], [β$9$]Coproduct[[β$10$]Const[ShiftedRead[Path[Abs, File, Sandboxed]], β$10$], [β$11$]Coproduct[[β$12$]Const[Read[Path[Abs, Dir, Sandboxed]], β$12$], [β$13$]Coproduct[[β$14$]Const[Read[Path[Abs, File, Sandboxed]], β$14$], [β$15$]Const[DeadEnd, β$15$], β$13$], β$11$], β$9$], β$7$], β$5$], β$3$], β$1$], β$3$]])

    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. def BucketIndex(src: R, value: FreeMap[T], index: FreeMap[T])(implicit F: Aux[[β$5$]ProjectBucket[T, β$5$], F]): R

    Permalink
  5. def BucketKey(src: R, value: FreeMap[T], name: FreeMap[T])(implicit F: Aux[[β$4$]ProjectBucket[T, β$4$], F]): R

    Permalink
  6. def EquiJoin(src: R, lBranch: Free[F, Hole], rBranch: Free[F, Hole], key: slamdata.Predef.List[(FreeMap[T], FreeMap[T])], f: JoinType, combine: JoinFunc[T])(implicit F: Aux[[β$7$]EquiJoin[T, β$7$], F]): R

    Permalink
  7. def Filter(src: R, f: FreeMap[T]): R

    Permalink
  8. def Hole(implicit ev: ===[Free[F, Hole], R]): R

    Permalink
  9. def LeftShift(src: R, struct: FreeMap[T], idStatus: IdStatus, repair: JoinFunc[T]): R

    Permalink
  10. def Map(r: R, func: FreeMap[T]): R

    Permalink
  11. def Read[A](path: A)(implicit F: Aux[[β$9$]Const[Read[A], β$9$], F]): R

    Permalink
  12. def Reduce(src: R, bucket: slamdata.Predef.List[FreeMap[T]], reducers: slamdata.Predef.List[ReduceFunc[FreeMap[T]]], repair: FreeMapA[T, ReduceIndex]): R

    Permalink
  13. def Root(implicit F: Aux[[β$10$]Const[DeadEnd, β$10$], F]): R

    Permalink
  14. def ShiftedRead[A](path: A, idStatus: IdStatus)(implicit F: Aux[[β$8$]Const[ShiftedRead[A], β$8$], F]): R

    Permalink
  15. def Sort(src: R, bucket: slamdata.Predef.List[FreeMap[T]], order: NonEmptyList[(FreeMap[T], SortDir)]): R

    Permalink
  16. def Subset(src: R, from: Free[F, Hole], op: SelectionOp, count: Free[F, Hole]): R

    Permalink
  17. def ThetaJoin(src: R, lBranch: Free[F, Hole], rBranch: Free[F, Hole], on: JoinFunc[T], f: JoinType, combine: JoinFunc[T])(implicit F: Aux[[β$6$]ThetaJoin[T, β$6$], F]): R

    Permalink
  18. def Union(src: R, lBranch: Free[F, Hole], rBranch: Free[F, Hole]): R

    Permalink
  19. def Unreferenced: R

    Permalink
  20. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. val embed: (F[R]) ⇒ R

    Permalink
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def finalize(): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped