Package

quasar

Permalink

package quasar

Visibility
  1. Public
  2. All

Type Members

  1. final case class BinaryFunc(effect: DimensionalEffect, help: String, codomain: Codomain, domain: Domain[shapeless.Nat._2], simplify: Simplifier, typer0: Typer[shapeless.Nat._2], untyper0: Untyper[shapeless.Nat._2]) extends GenericFunc[shapeless.Nat._2] with Product with Serializable

    Permalink
  2. sealed abstract class Data extends slamdata.Predef.Product with slamdata.Predef.Serializable

    Permalink
  3. trait DataCodec extends AnyRef

    Permalink
  4. trait DataEncodingError extends AnyRef

    Permalink
  5. sealed abstract class DimensionalEffect extends AnyRef

    Permalink
  6. sealed abstract class GenericFunc[N <: Nat] extends AnyRef

    Permalink
  7. trait GenericFuncInstances extends AnyRef

    Permalink
  8. trait HomomorphicFunction[-A, +B] extends AnyRef

    Permalink
  9. final case class NullaryFunc(effect: DimensionalEffect, help: String, codomain: Codomain, simplify: Simplifier) extends GenericFunc[_0] with Product with Serializable

    Permalink
  10. sealed abstract class SemanticError extends AnyRef

    Permalink
  11. final case class TernaryFunc(effect: DimensionalEffect, help: String, codomain: Codomain, domain: Domain[shapeless.Nat._3], simplify: Simplifier, typer0: Typer[shapeless.Nat._3], untyper0: Untyper[shapeless.Nat._3]) extends GenericFunc[shapeless.Nat._3] with Product with Serializable

    Permalink
  12. sealed abstract class Type extends slamdata.Predef.Product with slamdata.Predef.Serializable

    Permalink
  13. trait TypeInstances extends AnyRef

    Permalink
  14. final case class UnaryFunc(effect: DimensionalEffect, help: String, codomain: Codomain, domain: Domain[shapeless.Nat._1], simplify: Simplifier, typer0: Typer[shapeless.Nat._1], untyper0: Untyper[shapeless.Nat._1]) extends GenericFunc[shapeless.Nat._1] with Product with Serializable

    Permalink
  15. final case class VarName(value: slamdata.Predef.String) extends Product with Serializable

    Permalink
  16. final case class VarValue(value: slamdata.Predef.String) extends Product with Serializable

    Permalink
  17. final case class Variables(value: slamdata.Predef.Map[VarName, VarValue]) extends Product with Serializable

    Permalink

Value Members

  1. object Data extends Serializable

    Permalink
  2. object DataCodec

    Permalink
  3. object DataEncodingError

    Permalink
  4. object DimensionalEffect

    Permalink
  5. object Expansion extends DimensionalEffect with Product with Serializable

    Permalink

    Describes a function that expands a compound value into a set of values for an operation.

  6. object Func

    Permalink
  7. object GenericFunc extends GenericFuncInstances

    Permalink
  8. object Mapping extends DimensionalEffect with Product with Serializable

    Permalink

    Describes a function that maps each individual value.

  9. object Reduction extends DimensionalEffect with Product with Serializable

    Permalink

    Describes a function that reduces a set of values to a single value.

  10. object SemanticError

    Permalink
  11. object Sifting extends DimensionalEffect with Product with Serializable

    Permalink

    Describes a function that operates on the set containing values, not modifying individual values.

    Describes a function that operates on the set containing values, not modifying individual values. (EG, filter, sort, take)

  12. object Squashing extends DimensionalEffect with Product with Serializable

    Permalink

    Describes a function that compresses the identity information.

  13. object Transformation extends DimensionalEffect with Product with Serializable

    Permalink

    Describes a function that operates on the set containing values, potentially modifying individual values.

    Describes a function that operates on the set containing values, potentially modifying individual values. (EG, joins).

  14. object Type extends TypeInstances with Serializable

    Permalink
  15. object Variables extends Serializable

    Permalink
  16. package fp

    Permalink
  17. package frontend

    Permalink
  18. package namegen

    Permalink
  19. package sql

    Permalink
  20. package sst

    Permalink
  21. package std

    Permalink
  22. package tpe

    Permalink

Ungrouped