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 csv

    Permalink
  3. package fp

    Permalink
  4. package main

    Permalink

    Concrete effect types and their interpreters that implement the quasar functionality.

  5. def precompile[T](query: Blob[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(blob: Blob[Fix[Sql]], vars: Variables, basePath: ADir, off: Natural, lim: slamdata.Predef.Option[Positive]): CompileM[\/[slamdata.Predef.List[Data], Fix[LogicalPlan]]]

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped