Package

quasar

Permalink

package quasar

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

Value Members

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

    Permalink
  2. package cli

    Permalink
  3. package config

    Permalink
  4. package db

    Permalink
  5. package fp

    Permalink
  6. package fs

    Permalink
  7. package metastore

    Permalink
  8. 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

    Compiles a query into raw LogicalPlan, which has not yet been optimized or typechecked.

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

    Permalink

    Optimizes and typechecks a LogicalPlan returning the improved plan.

  10. def queryPlan(expr: Fix[Sql], vars: Variables, basePath: ADir, off: Natural, lim: slamdata.Predef.Option[Positive]): CompileM[\/[slamdata.Predef.List[Data], Fix[LogicalPlan]]]

    Permalink

    Returns the LogicalPlan for the given SQL^2 query, or a list of results, if the query was foldable to a constant.

  11. def refineConstantPlan(lp: Fix[LogicalPlan]): \/[slamdata.Predef.List[Data], Fix[LogicalPlan]]

    Permalink

    Identify plans which reduce to a (set of) constant value(s).

  12. 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
  13. 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

Inherited from AnyRef

Inherited from Any

Ungrouped