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. type SST[J, A] = StructuralType[J, slamdata.Predef.Option[TypeStat[A]]]

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

    Permalink

    Statistical Structural Type

  3. 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

  4. sealed abstract class StructuralTypeInstances extends StructuralTypeInstances0

    Permalink
  5. sealed abstract class StructuralTypeInstances0 extends AnyRef

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

    Permalink
  7. sealed abstract class TypeStatInstances extends AnyRef

    Permalink

Value Members

  1. object EncodedBinary

    Permalink
  2. object SST extends Serializable

    Permalink
  3. object StructuralType extends StructuralTypeInstances with Serializable

    Permalink
  4. object TypeStat extends TypeStatInstances

    Permalink
  5. object compression

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped