Package

quasar.qscript

provenance

Permalink

package provenance

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

Type Members

  1. sealed trait AsSet extends AnyRef

    Permalink
  2. final case class Both[T[_[_]]](l: Provenance[T], r: Provenance[T]) extends Provenance[T] with Product with Serializable

    Permalink
  3. trait Dimension[D, I, P] extends AnyRef

    Permalink
  4. type Dimensions[P] = IList[P]

    Permalink
  5. final case class JoinKeys[I](keys: IList[JoinKey[I]]) extends Product with Serializable

    Permalink
  6. sealed abstract class JoinKeysInstances extends AnyRef

    Permalink
  7. sealed abstract class JoinKeysInstances0 extends AnyRef

    Permalink
  8. final case class Nada[T[_[_]]]() extends Provenance[T] with Product with Serializable

    Permalink
  9. final case class OneOf[T[_[_]]](l: Provenance[T], r: Provenance[T]) extends Provenance[T] with Product with Serializable

    Permalink
  10. final case class Proj[T[_[_]]](key: T[EJson]) extends Provenance[T] with Product with Serializable

    Permalink
  11. trait Prov[D, I, P] extends AnyRef

    Permalink

    D

    type of data

    I

    type of identity

    P

    provenance representation

  12. sealed abstract class ProvF[D, I, A] extends AnyRef

    Permalink

    D

    type of data

    I

    type of identity

    A

    recursive position

  13. sealed abstract class ProvFInstances extends AnyRef

    Permalink
  14. sealed abstract class Provenance[T[_[_]]] extends AnyRef

    Permalink
  15. class ProvenanceT[T[_[_]]] extends TTypes[T]

    Permalink
  16. final case class Then[T[_[_]]](l: Provenance[T], r: Provenance[T]) extends Provenance[T] with Product with Serializable

    Permalink
  17. final case class Value[T[_[_]]](expr: FreeMap[T]) extends Provenance[T] with Product with Serializable

    Permalink

Value Members

  1. val AsSet: TagOf[AsSet]

    Permalink
  2. object Both extends Serializable

    Permalink
  3. object Dimension

    Permalink
  4. object JoinKeys extends JoinKeysInstances with Serializable

    Permalink
  5. object Nada extends Serializable

    Permalink
  6. object OneOf extends Serializable

    Permalink
  7. object Proj extends Serializable

    Permalink
  8. object Prov

    Permalink
  9. object ProvF extends ProvFInstances

    Permalink
  10. object Provenance

    Permalink
  11. object Then extends Serializable

    Permalink
  12. object Value extends Serializable

    Permalink
  13. implicit def asSetEqual[F[_], A](implicit arg0: Foldable[F], arg1: Equal[A]): Equal[@@[F[A], AsSet]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped