Packages

object Type extends TypeInstances with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. Serializable
  3. Serializable
  4. TypeInstances
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Arr(value: slamdata.Predef.List[Type]) extends Type with Product with Serializable
  2. final case class Const(value: Data) extends Type with Product with Serializable
  3. final case class Coproduct(left: Type, right: Type) extends Type with Product with Serializable
  4. final case class FlexArr(minSize: slamdata.Predef.Int, maxSize: slamdata.Predef.Option[slamdata.Predef.Int], value: Type) extends Type with Product with Serializable
  5. final case class Obj(value: slamdata.Predef.Map[slamdata.Predef.String, Type], unknowns: slamdata.Predef.Option[Type]) extends Type with Product with Serializable
  6. type SemanticResult[A] = Validation[NonEmptyList[SemanticError], A]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AnyArray: FlexArr
  5. val AnyObject: Obj
  6. val Comparable: Type
  7. val Numeric: Type
  8. val Syntaxed: Type
  9. val Temporal: Type
  10. val TypeGlbMonoid: Monoid[Type] { def zero: quasar.Type.Top.type }
    Definition Classes
    TypeInstances
  11. val TypeLubMonoid: Monoid[Type] { def zero: quasar.Type.Bottom.type }
    Definition Classes
    TypeInstances
  12. val TypeOrMonoid: Monoid[Type] { def zero: quasar.Type.Bottom.type }
    Definition Classes
    TypeInstances
  13. implicit val TypeRenderTree: RenderTree[Type]
    Definition Classes
    TypeInstances
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def children(v: Type): slamdata.Predef.List[Type]
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. implicit val equal: Equal[Type]
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def foldMap[Z](f: (Type) ⇒ Z)(v: Type)(implicit arg0: Monoid[Z]): Z
    Annotations
    @SuppressWarnings()
  22. val fromPrimaryType: (PrimaryType) ⇒ Type
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def glb(left: Type, right: Type): Type
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def lub(left: Type, right: Type): Type
    Annotations
    @SuppressWarnings()
  28. def mapUp(v: Type)(f: slamdata.Predef.PartialFunction[Type, Type]): Type
  29. def mapUpM[F[_]](v: Type)(f: (Type) ⇒ F[Type])(implicit arg0: Monad[F]): F[Type]
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. implicit val show: Show[Type]
    Definition Classes
    TypeInstances
    Annotations
    @SuppressWarnings()
  34. def simplify(tpe: Type): Type
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. implicit val typeEncodeJson: EncodeJson[Type]
    Definition Classes
    TypeInstances
  38. def typecheck(superType: Type, subType: Type): SemanticResult[slamdata.Predef.Unit]
    Annotations
    @SuppressWarnings()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. object Binary extends Type with Product with Serializable
  43. object Bool extends Type with Product with Serializable
  44. object Bottom extends Type with Product with Serializable
  45. object Coproduct extends Serializable
  46. object Date extends Type with Product with Serializable
  47. object Dec extends Type with Product with Serializable
  48. object Id extends Type with Product with Serializable
  49. object Int extends Type with Product with Serializable
  50. object Interval extends Type with Product with Serializable
  51. object Null extends Type with Product with Serializable
  52. object Str extends Type with Product with Serializable
  53. object Time extends Type with Product with Serializable
  54. object Timestamp extends Type with Product with Serializable
  55. object Top extends Type with Product with Serializable
  56. object ⨿

Inherited from Serializable

Inherited from Serializable

Inherited from TypeInstances

Inherited from AnyRef

Inherited from Any

Ungrouped