Package

quasar

connector

Permalink

package connector

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

Type Members

  1. trait BackendModule extends AnyRef

    Permalink
  2. trait ChrootedInterpreter extends BackendModule

    Permalink
  3. type CompileM[A] = EitherT[PhaseResultW, SemanticErrors, A]

    Permalink
  4. trait DefaultAnalyzeModule extends AnyRef

    Permalink
  5. type EnvErr[A] = Failure[EnvironmentError, A]

    Permalink
  6. type EnvErrT[F[_], A] = EitherT[F, EnvironmentError, A]

    Permalink
  7. sealed abstract class EnvironmentError extends AnyRef

    Permalink
  8. trait ManagedQueryFile[C] extends AnyRef

    Permalink
  9. trait ManagedReadFile[C] extends AnyRef

    Permalink
  10. trait ManagedWriteFile[C] extends AnyRef

    Permalink
  11. final case class PhysicalPlan[R](repr: R, paths: ISet[APath]) extends Product with Serializable

    Permalink
  12. type PlannerErrT[F[_], A] = EitherT[F, PlannerError, A]

    Permalink

Value Members

  1. object BackendModule

    Permalink
  2. object EnvironmentError

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped