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 SaltedSeqNameGeneratorT[F[_], A] = Kleisli[[β]IndexedStateT[F, Long, Long, β], String, A]

    Permalink
  8. type SemanticErrors = NonEmptyList[SemanticError]

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

    Permalink
  10. type SeqNameGeneratorT[F[_], A] = IndexedStateT[F, Long, Long, 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 fp

    Permalink
  3. package physical

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped