Trait

quasar.connector

BackendModule

Related Doc: package connector

Permalink

trait BackendModule extends AnyRef

Linear Supertypes
AnyRef, Any
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. abstract type Config

    Permalink
  2. type ErrorMessages = NonEmptyList[slamdata.Predef.String]

    Permalink
  3. abstract type M[A]

    Permalink
  4. trait ManageFileModule extends AnyRef

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

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

    Permalink
  7. trait QueryFileModule extends AnyRef

    Permalink
  8. trait ReadFileModule extends AnyRef

    Permalink
  9. abstract type Repr

    Permalink
  10. trait WriteFileModule extends AnyRef

    Permalink

Abstract Value Members

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

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

    Permalink
  3. abstract def FunctorQSM[T[_[_]]]: Functor[[β$26$]QS.M[β$26$]]

    Permalink
  4. abstract def ManageFileModule: ManageFileModule

    Permalink
  5. abstract def MonadFsErrM: MonadFsErr[M]

    Permalink
  6. abstract def MonadM: Monad[M]

    Permalink
  7. abstract def PhaseResultListenM: PhaseResultListen[M]

    Permalink
  8. abstract def PhaseResultTellM: PhaseResultTell[M]

    Permalink
  9. abstract def QSCoreInject[T[_[_]]]: :<:[[β$29$]QScriptCore[T, β$29$], [β$30$]QS.M[β$30$]]

    Permalink
  10. abstract def QueryFileModule: QueryFileModule

    Permalink
  11. abstract def ReadFileModule: ReadFileModule

    Permalink
  12. abstract val Type: FileSystemType

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

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

    Permalink
  15. abstract def WriteFileModule: WriteFileModule

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

    Permalink
  17. abstract def parseConfig(uri: ConnectionUri): EitherT[Task, ErrorMessages, Config]

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

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

    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 definition: FileSystemDef[Task]

    Permalink
  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. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  13. final def lpToRepr[T[_[_]]](lp: T[LogicalPlan])(implicit arg0: BirecursiveT[T], arg1: EqualT[T], arg2: ShowT[T], arg3: RenderTreeT[T]): Kleisli[M, Config, PhysicalPlan[Repr]]

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped