Class

be.icteam.frameless.syntax

TypedColumnOps

Related Doc: package syntax

Permalink

implicit class TypedColumnOps[T, A] extends AnyRef

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

Instance Constructors

  1. new TypedColumnOps(tc: TypedColumn[T, A])

    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. def approxCountDistinct(rsd: Double): TypedAggregate[T, Long]

    Permalink
  5. def approxCountDistinct: TypedAggregate[T, Long]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def avg[Out](implicit averageable: CatalystAverageable[A, Out], oencoder: TypedEncoder[Out]): TypedAggregate[T, Out]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collectList(implicit ta: TypedEncoder[A]): TypedAggregate[T, Vector[A]]

    Permalink
  10. def collectSet(implicit ta: TypedEncoder[A]): TypedAggregate[T, Vector[A]]

    Permalink
  11. def corr[B](column2: TypedColumn[T, B])(implicit i0: CatalystCast[A, Double], i1: CatalystCast[B, Double]): TypedAggregate[T, Option[Double]]

    Permalink
  12. def count: TypedAggregate[T, Long]

    Permalink
  13. def countDistinct: TypedAggregate[T, Long]

    Permalink
  14. def covarPop[B](column2: TypedColumn[T, B])(implicit i0: CatalystCast[A, Double], i1: CatalystCast[B, Double]): TypedAggregate[T, Option[Double]]

    Permalink
  15. def covarSamp[B](column2: TypedColumn[T, B])(implicit i0: CatalystCast[A, Double], i1: CatalystCast[B, Double]): TypedAggregate[T, Option[Double]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def first: TypedAggregate[T, A]

    Permalink
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def kurtosis(implicit ev: CatalystCast[A, Double]): TypedAggregate[T, Option[Double]]

    Permalink
  24. def last: TypedAggregate[T, A]

    Permalink
  25. def max(implicit ordered: CatalystOrdered[A]): TypedAggregate[T, A]

    Permalink
  26. def min(implicit ordered: CatalystOrdered[A]): TypedAggregate[T, A]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def stddev(implicit variance: CatalystVariance[A]): TypedAggregate[T, Double]

    Permalink
  31. def stddevPop(implicit ev: CatalystCast[A, Double]): TypedAggregate[T, Option[Double]]

    Permalink
  32. def stddevSamp(implicit ev: CatalystCast[A, Double]): TypedAggregate[T, Option[Double]]

    Permalink
  33. def sum[Out](implicit summable: CatalystSummable[A, Out], oencoder: TypedEncoder[Out]): TypedAggregate[T, Out]

    Permalink
  34. def sumDistinct[Out](implicit summable: CatalystSummable[A, Out], oencoder: TypedEncoder[Out]): TypedAggregate[T, Out]

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. def variance(implicit variance: CatalystVariance[A]): TypedAggregate[T, Double]

    Permalink
  38. def variance[Out](implicit averageable: CatalystAverageable[A, Out], oencoder: TypedEncoder[Out]): TypedAggregate[T, Out]

    Permalink
  39. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped