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. def constructiveLub(left: Type, right: Type): Type
    Annotations
    @SuppressWarnings()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. implicit val equal: Equal[Type]
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def foldMap[Z](f: (Type) ⇒ Z)(v: Type)(implicit arg0: Monoid[Z]): Z
    Annotations
    @SuppressWarnings()
  23. val fromPrimaryType: (PrimaryType) ⇒ Type
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def glb(left: Type, right: Type): Type
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def lub(left: Type, right: Type): Type
    Annotations
    @SuppressWarnings()
  29. def mapUp(v: Type)(f: slamdata.Predef.PartialFunction[Type, Type]): Type
  30. def mapUpM[F[_]](v: Type)(f: (Type) ⇒ F[Type])(implicit arg0: Monad[F]): F[Type]
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. implicit val show: Show[Type]
    Definition Classes
    TypeInstances
    Annotations
    @SuppressWarnings()
  35. def simplify(tpe: Type): Type
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. implicit val typeEncodeJson: EncodeJson[Type]
    Definition Classes
    TypeInstances
  39. def typecheck(superType: Type, subType: Type): SemanticResult[slamdata.Predef.Unit]
    Annotations
    @SuppressWarnings()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. object Binary extends Type with Product with Serializable
  44. object Bool extends Type with Product with Serializable
  45. object Bottom extends Type with Product with Serializable
  46. object Coproduct extends Serializable
  47. object Date extends Type with Product with Serializable
  48. object Dec extends Type with Product with Serializable
  49. object Id extends Type with Product with Serializable
  50. object Int extends Type with Product with Serializable
  51. object Interval extends Type with Product with Serializable
  52. object Null extends Type with Product with Serializable
  53. object Str extends Type with Product with Serializable
  54. object Time extends Type with Product with Serializable
  55. object Timestamp extends Type with Product with Serializable
  56. object Top extends Type with Product with Serializable
  57. object ⨿

Inherited from Serializable

Inherited from Serializable

Inherited from TypeInstances

Inherited from AnyRef

Inherited from Any

Ungrouped