Package

quasar

sst

Permalink

package sst

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

Type Members

  1. sealed abstract class Population extends AnyRef

    Permalink

    Type tag indicating the tagged value represents an entire population as opposed to a sample of a population.

  2. type PopulationSST[J, A] = StructuralType[J, slamdata.Predef.Option[@@[TypeStat[A], Population]]]

    Permalink
  3. type SST[J, A] = StructuralType[J, slamdata.Predef.Option[TypeStat[A]]]

    Permalink
  4. type SSTF[J, A, B] = EnvT[slamdata.Predef.Option[TypeStat[A]], [β$0$]TypeF[J, β$0$], B]

    Permalink

    Statistical Structural Type

  5. final case class StructuralType[L, V](toCofree: Cofree[[β$1$]TypeF[L, β$1$], V]) extends AnyVal with Product with Serializable

    Permalink

    A measure annotated Type focused on structure over semantics.

    A measure annotated Type focused on structure over semantics.

    L

    the type of literals

    V

    the measure the type is annotated with

  6. sealed abstract class StructuralTypeInstances extends StructuralTypeInstances0

    Permalink
  7. sealed abstract class StructuralTypeInstances0 extends AnyRef

    Permalink
  8. sealed abstract class TypeStat[A] extends AnyRef

    Permalink
  9. sealed abstract class TypeStatInstances extends AnyRef

    Permalink

Value Members

  1. object EncodedBinary

    Permalink
  2. val Population: TagOf[Population]

    Permalink
  3. object SST extends Serializable

    Permalink
  4. object StructuralType extends StructuralTypeInstances with Serializable

    Permalink
  5. object TypeStat extends TypeStatInstances

    Permalink
  6. object compression

    Permalink
  7. implicit def populationTypeStatEncodeEJson[A](implicit arg0: EncodeEJson[A], arg1: Equal[A], arg2: Field[A], arg3: NRoot[A]): EncodeEJson[@@[TypeStat[A], Population]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped