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 EnvErrF[A] = Coyoneda[EnvErr, A]

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

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

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

    Permalink
  7. type PhaseResults = Vector[PhaseResult]

    Permalink
  8. type SaltedSeqNameGeneratorT[F[_], A] = Kleisli[[β]IndexedStateT[F, Long, Long, β], String, A]

    Permalink
  9. type SemanticErrors = NonEmptyList[SemanticError]

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

    Permalink
  11. 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 api

    Permalink
  3. package config

    Permalink
  4. package fp

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

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

    Permalink
  7. package server

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped