Object/Trait

quasar.physical.sparkcore.fs

Planner

Related Docs: trait Planner | package fs

Permalink

object Planner extends Serializable

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

Type Members

  1. type SparkState[S[_], A] = IndexedStateT[[γ$2$]EitherT[[β$1$]Free[S, β$1$], PlannerError, γ$2$], SparkContext, SparkContext, A]

    Permalink
  2. type SparkStateT[F[_], A] = IndexedStateT[F, SparkContext, SparkContext, A]

    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 apply[F[_], S[_]](implicit P: Planner[F, S]): Planner[F, S]

    Permalink
  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. implicit def coproduct[F[_], G[_], S[_]](implicit F: Planner[F, S], G: Planner[G, S]): Planner[[γ$11$]Coproduct[F, G, γ$11$], S]

    Permalink
  8. implicit def deadEnd[S[_]]: Planner[[β$3$]Const[DeadEnd, β$3$], S]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. implicit def equiJoin[T[_[_]], S[_]](implicit arg0: BirecursiveT[T], arg1: ShowT[T]): Planner[[β$10$]EquiJoin[T, β$10$], S]

    Permalink
  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. implicit def projectBucket[T[_[_]], S[_]]: Planner[[β$6$]ProjectBucket[T, β$6$], S]

    Permalink
  20. implicit def qscriptCore[T[_[_]], S[_]](implicit arg0: BirecursiveT[T], arg1: ShowT[T]): Planner[[β$9$]QScriptCore[T, β$9$], S]

    Permalink
  21. implicit def read[A, S[_]]: Planner[[β$4$]Const[Read[A], β$4$], S]

    Permalink
  22. implicit def shiftedReadPath[S[_]]: Planner[[β$5$]Const[ShiftedRead[Path[Abs, Dir, Sandboxed]], β$5$], S]

    Permalink
  23. implicit def shiftedread[S[_]]: Planner[[β$8$]Const[ShiftedRead[Path[Abs, File, Sandboxed]], β$8$], S]

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

    Permalink
    Definition Classes
    AnyRef
  25. implicit def thetaJoin[T[_[_]], S[_]]: Planner[[β$7$]ThetaJoin[T, β$7$], S]

    Permalink
  26. def toString(): String

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped