Package

quasar

connector

Permalink

package connector

Linear Supertypes
AnyRef, Any
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. type CompileM[A] = EitherT[PhaseResultW, SemanticErrors, A]

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

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

    Permalink
  5. sealed abstract class EnvironmentError extends AnyRef

    Permalink
  6. trait ManagedQueryFile[C] extends AnyRef

    Permalink
  7. trait ManagedReadFile[C] extends AnyRef

    Permalink
  8. trait ManagedWriteFile[C] extends AnyRef

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

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

    Permalink

Value Members

  1. object EnvironmentError

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped