Trait/Object

quasar.connector

BackendModule

Related Docs: object BackendModule | package connector

Permalink

trait BackendModule extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BackendModule
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AnalyzeModule extends AnyRef

    Permalink
  2. type Backend[A] = EitherT[[β$1$]WriterT[[β$0$]Kleisli[M, Config, β$0$], Vector[PhaseResult], β$1$], FileSystemError, A]

    Permalink
  3. type BackendT[F[_], A] = EitherT[[β$1$]WriterT[[β$0$]Kleisli[F, Config, β$0$], Vector[PhaseResult], β$1$], FileSystemError, A]

    Permalink
  4. abstract type Config

    Permalink
  5. type Configured[A] = Kleisli[M, Config, A]

    Permalink
  6. type ConfiguredT[F[_], A] = Kleisli[F, Config, A]

    Permalink
  7. implicit class LiftBackend[A] extends AnyRef

    Permalink
  8. implicit class LiftBackendConfigured[A] extends AnyRef

    Permalink
  9. abstract type M[A]

    Permalink
  10. trait ManageFileModule extends AnyRef

    Permalink
  11. abstract type QS[T[_[_]]] <: CoM

    Permalink
  12. type QSM[T[_[_]], A] = QS.M[A]

    Permalink
  13. trait QueryFileModule extends AnyRef

    Permalink
  14. trait ReadFileModule extends AnyRef

    Permalink
  15. abstract type Repr

    Permalink
  16. trait WriteFileModule extends AnyRef

    Permalink

Abstract Value Members

  1. abstract def AnalyzeModule: AnalyzeModule

    Permalink
  2. abstract def DelayRenderTreeQSM[T[_[_]]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], arg3: RenderTreeT[T]): Delay[RenderTree, [β$22$]QS.M[β$22$]]

    Permalink
  3. abstract def ExtractPathQSM[T[_[_]]](implicit arg0: RecursiveT[T]): ExtractPath[[β$23$]QS.M[β$23$], APath]

    Permalink
  4. abstract def FunctorQSM[T[_[_]]]: Functor[[β$21$]QS.M[β$21$]]

    Permalink
  5. abstract def ManageFileModule: ManageFileModule

    Permalink
  6. abstract def MonadM: Monad[M]

    Permalink
  7. abstract def QSCoreInject[T[_[_]]]: :<:[[β$24$]QScriptCore[T, β$24$], [β$25$]QS.M[β$25$]]

    Permalink
  8. abstract def QueryFileModule: QueryFileModule

    Permalink
  9. abstract def ReadFileModule: ReadFileModule

    Permalink
  10. abstract val Type: FileSystemType

    Permalink
  11. abstract def UnicoalesceCap[T[_[_]]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], arg3: RenderTreeT[T]): Capture[T, QS[T]]

    Permalink
  12. abstract def UnirewriteT[T[_[_]]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], arg3: RenderTreeT[T]): Unirewrite[T, QS[T]]

    Permalink
  13. abstract def WriteFileModule: WriteFileModule

    Permalink
  14. abstract def compile(cfg: Config): DefErrT[Task, (~>[M, Task], Task[slamdata.Predef.Unit])]

    Permalink
  15. abstract def optimize[T[_[_]]](implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T]): (QSM[T, T[[β$26$]QS.M[β$26$]]]) ⇒ QSM[T, T[[β$27$]QS.M[β$27$]]]

    Permalink
  16. abstract def parseConfig(uri: ConnectionUri): DefErrT[Task, Config]

    Permalink
  17. abstract def plan[T[_[_]]](cp: T[[β$28$]QS.M[β$28$]])(implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], arg3: RenderTreeT[T]): Backend[Repr]

    Permalink
  18. implicit abstract def qScriptToQScriptTotal[T[_[_]]]: Aux[[β$19$]QS.M[β$19$], [β$20$]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$], β$20$]]

    Permalink

Concrete 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def config[F[_]](implicit C: MonadReader_[F, Config]): F[Config]

    Permalink
  7. final val definition: BackendDef[Task]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def interpreter(cfg: Config): DefErrT[Task, (~>[BackendEffect, Task], Task[slamdata.Predef.Unit])]

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def lpToQScript[T[_[_]], M[_]](lp: T[LogicalPlan], lc: ListContents[M])(implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], arg3: RenderTreeT[T], arg4: Monad[M], arg5: MonadFsErr[M], arg6: PhaseResultTell[M]): M[T[[β$16$]QS.M[β$16$]]]

    Permalink
  16. final def lpToRepr[T[_[_]]](lp: T[LogicalPlan])(implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], arg3: RenderTreeT[T]): Backend[PhysicalPlan[Repr]]

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped