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 QuasarErrT[M[_], A] = EitherT[M, QuasarError, A]

    Permalink

Value Members

  1. def addOffsetLimit[T](lp: T, off: Natural, lim: slamdata.Predef.Option[Positive])(implicit T: Aux[T, LogicalPlan]): T

    Permalink
  2. package api

    Permalink
  3. package config

    Permalink
  4. package fp

    Permalink
  5. def precompile[T](query: Fix[Sql], vars: Variables, basePath: ADir)(implicit arg0: Equal[T], arg1: RenderTree[T], TR: Aux[T, LogicalPlan], TC: Aux[T, LogicalPlan]): CompileM[T]

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

    Permalink
  7. def queryPlan(expr: Fix[Sql], vars: Variables, basePath: ADir, off: Natural, lim: slamdata.Predef.Option[Positive]): CompileM[Fix[LogicalPlan]]

    Permalink
  8. def resolveImports[S[_]](scopedExpr: ScopedExpr[Fix[Sql]], baseDir: ADir)(implicit mount: Ops[S], fsFail: Ops[FileSystemError, S]): EitherT[[β$0$]Free[S, β$0$], SemanticError, Fix[Sql]]

    Permalink
  9. def resolveImports_[S[_]](scopedExpr: ScopedExpr[Fix[Sql]], baseDir: ADir)(implicit mount: Ops[S]): EitherT[[β$2$]EitherT[[β$1$]Free[S, β$1$], FileSystemError, β$2$], SemanticError, Fix[Sql]]

    Permalink
  10. package server

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped