Package

quasar.api.services

query

Permalink

package query

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

Value Members

  1. implicit val QueryDecoder: QueryParamDecoder[Query]

    Permalink
  2. object QueryParam extends QueryParamDecoderMatcher[Query]

    Permalink
  3. object analysis

    Permalink
  4. val bodyMustContainQuery: ApiError

    Permalink
  5. object compile

    Permalink
  6. object execute

    Permalink
  7. def parsedQueryRequest(req: Request, offset: slamdata.Predef.Option[ValidationNel[ParseFailure, Natural]], limit: slamdata.Predef.Option[ValidationNel[ParseFailure, Positive]]): \/[ApiError, (ScopedExpr[Fix[Sql]], ADir, Natural, slamdata.Predef.Option[Positive])]

    Permalink
  8. def queryParam(params: slamdata.Predef.Map[slamdata.Predef.String, Seq[slamdata.Predef.String]]): \/[ApiError, Query]

    Permalink
  9. def requestQuery[T[_[_]]](req: Request)(implicit arg0: BirecursiveT[T]): \/[ApiError, (ScopedExpr[T[Sql]], ADir)]

    Permalink
  10. def requestVars(req: Request): Variables

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped