Object/Trait

polynote.runtime

ReprsOf

Related Docs: trait ReprsOf | package runtime

Permalink

object ReprsOf extends ExpandedScopeReprs with Serializable

Linear Supertypes
Serializable, Serializable, ExpandedScopeReprs, CollectionReprs, FromDataReprs, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReprsOf
  2. Serializable
  3. Serializable
  4. ExpandedScopeReprs
  5. CollectionReprs
  6. FromDataReprs
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class DataReprsOf[T] extends ReprsOf[T]

    Permalink
  2. class StrictDataReprsOf[T] extends DataReprsOf[T]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DataReprsOf extends Serializable

    Permalink
  5. implicit def array[A](implicit dataReprsOfA: DataReprsOf[A]): ReprsOf[Array[A]]

    Permalink
    Definition Classes
    CollectionReprs
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val empty: ReprsOf[Any]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. implicit macro def expanded[T]: ReprsOf[T]

    Permalink
    Definition Classes
    ExpandedScopeReprs
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit def fromDataReprs[T](implicit dataReprsOfT: DataReprsOf[T]): ReprsOf[T]

    Permalink
    Definition Classes
    FromDataReprs
  14. implicit def future[A](implicit dataReprsOfA: DataReprsOf[A]): ReprsOf[Future[A]]

    Permalink
    Definition Classes
    CollectionReprs
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def instance[T](reprs: (T) ⇒ Array[ValueRepr]): ReprsOf[T]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. implicit def numericArray[A](implicit arg0: Numeric[A], dataEncoder: DataEncoder[A]): ReprsOf[Array[A]]

    Permalink
    Definition Classes
    CollectionReprs
  23. implicit def numericSeq[F[X] <: Seq[X], A](implicit arg0: Numeric[A], dataEncoder: DataEncoder[A]): ReprsOf[F[A]]

    Permalink
    Definition Classes
    CollectionReprs
  24. implicit def seq[F[X] <: GenSeq[X], A](implicit dataReprsOfA: DataReprsOf[A]): ReprsOf[F[A]]

    Permalink
    Definition Classes
    CollectionReprs
  25. implicit val sparkSession: ReprsOf[Runtime.type]

    Permalink
  26. implicit def structSeq[F[X] <: Seq[X], A](implicit structEncoder: DataEncoder.StructDataEncoder[A]): ReprsOf[F[A]]

    Permalink
    Definition Classes
    CollectionReprs
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ExpandedScopeReprs

Inherited from CollectionReprs

Inherited from FromDataReprs

Inherited from AnyRef

Inherited from Any

Ungrouped