Package

quasar

Permalink

package quasar

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

Type Members

  1. type CompileM[A] = EitherT[PhaseResultW, SemanticErrors, A]

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

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

    Permalink
  4. type PhaseResultT[F[_], A] = WriterT[F, PhaseResults, A]

    Permalink
  5. type PhaseResultW[A] = WriterT[scalaz.Id.Id, PhaseResults, A]

    Permalink
  6. type PhaseResults = Vector[PhaseResult]

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

    Permalink
  8. type SemanticErrors = NonEmptyList[SemanticError]

    Permalink
  9. type SemanticErrsT[F[_], A] = EitherT[F, SemanticErrors, A]

    Permalink

Value Members

  1. def addOffsetLimit[T[_[_]]](lp: T[LogicalPlan], off: Natural, lim: Option[Positive])(implicit arg0: Corecursive[T]): T[LogicalPlan]

    Permalink
  2. package api

    Permalink
  3. package config

    Permalink
  4. package fp

    Permalink
  5. def precompile(query: Fix[Sql], vars: Variables, basePath: ADir)(implicit RT: RenderTree[Fix[Sql]]): CompileM[Fix[LogicalPlan]]

    Permalink
  6. def preparePlan(lp: Fix[LogicalPlan]): CompileM[Fix[LogicalPlan]]

    Permalink
  7. def queryPlan(query: Fix[Sql], vars: Variables, basePath: ADir, off: Natural, lim: Option[Positive]): CompileM[\/[quasar.Predef.List[Data], Fix[LogicalPlan]]]

    Permalink
  8. def refineConstantPlan(lp: Fix[LogicalPlan]): \/[quasar.Predef.List[Data], Fix[LogicalPlan]]

    Permalink
  9. package server

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped