Class

doric.syntax.NumericColumns

NumWithDecimalsOperationsSyntax

Related Doc: package NumericColumns

Permalink

implicit class NumWithDecimalsOperationsSyntax[T] extends AnyRef

NUM WITH DECIMALS OPERATIONS

Linear Supertypes
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. NumWithDecimalsOperationsSyntax
  2. AnyRef
  3. Any
Implicitly
  1. by LiteralOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NumWithDecimalsOperationsSyntax(column: DoricColumn[T])(implicit arg0: NumWithDecimalsType[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. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from NumWithDecimalsOperationsSyntax[T] to any2stringadd[NumWithDecimalsOperationsSyntax[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NumWithDecimalsOperationsSyntax[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from NumWithDecimalsOperationsSyntax[T] to ArrowAssoc[NumWithDecimalsOperationsSyntax[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bRound(scale: IntegerColumn): DoricColumn[T]

    Permalink

    Round the value of e to scale decimal places with HALF_EVEN round mode if scale is greater than or equal to 0 or at integral part when scale is less than 0.

    Round the value of e to scale decimal places with HALF_EVEN round mode if scale is greater than or equal to 0 or at integral part when scale is less than 0.

    To do

    decimal type

    See also

    org.apache.spark.sql.functions.bround

  8. def bRound: DoricColumn[T]

    Permalink

    Returns the value of the column rounded to 0 decimal places with HALF_EVEN round mode

    Returns the value of the column rounded to 0 decimal places with HALF_EVEN round mode

    To do

    decimal type

    See also

    org.apache.spark.sql.functions.bround

  9. def ceil: LongColumn

    Permalink

    Computes the ceiling of the given value.

    Computes the ceiling of the given value.

    To do

    decimal type

    See also

    org.apache.spark.sql.functions.ceil

  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def ensuring(cond: (NumWithDecimalsOperationsSyntax[T]) ⇒ Boolean, msg: ⇒ Any): NumWithDecimalsOperationsSyntax[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NumWithDecimalsOperationsSyntax[T] to Ensuring[NumWithDecimalsOperationsSyntax[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (NumWithDecimalsOperationsSyntax[T]) ⇒ Boolean): NumWithDecimalsOperationsSyntax[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NumWithDecimalsOperationsSyntax[T] to Ensuring[NumWithDecimalsOperationsSyntax[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): NumWithDecimalsOperationsSyntax[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NumWithDecimalsOperationsSyntax[T] to Ensuring[NumWithDecimalsOperationsSyntax[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): NumWithDecimalsOperationsSyntax[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from NumWithDecimalsOperationsSyntax[T] to Ensuring[NumWithDecimalsOperationsSyntax[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def floor: LongColumn

    Permalink

    Computes the floor of the given value

    Computes the floor of the given value

    To do

    decimal type

    See also

    org.apache.spark.sql.functions.floor

  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from NumWithDecimalsOperationsSyntax[T] to StringFormat[NumWithDecimalsOperationsSyntax[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  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 lit(implicit l: Location): LiteralDoricColumn[NumWithDecimalsOperationsSyntax[T]]

    Permalink

    Transforms the original value to a literal.

    Transforms the original value to a literal.

    returns

    a literal with the same type.

    Implicit information
    This member is added by an implicit conversion from NumWithDecimalsOperationsSyntax[T] to doric.LiteralOps[NumWithDecimalsOperationsSyntax[T]] performed by method LiteralOps in doric.syntax.LiteralConversions. This conversion will take place only if an implicit value of type SparkType[NumWithDecimalsOperationsSyntax[T]] is in scope and at the same time an implicit value of type LiteralSparkType[NumWithDecimalsOperationsSyntax[T]] is in scope.
    Definition Classes
    LiteralOps
    Annotations
    @inline()
  24. def naNvl(col2: DoricColumn[T]): DoricColumn[T]

    Permalink

    Returns col1 if it is not NaN, or col2 if col1 is NaN.

    Returns col1 if it is not NaN, or col2 if col1 is NaN.

    See also

    org.apache.spark.sql.functions.nanvl

  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def round(scale: IntegerColumn): DoricColumn[T]

    Permalink

    Returns the value of the column e rounded to 0 decimal places with HALF_UP round mode.

    Returns the value of the column e rounded to 0 decimal places with HALF_UP round mode.

    To do

    decimal type

    See also

    org.apache.spark.sql.functions.round

  29. def round: DoricColumn[T]

    Permalink

    Returns the value of the column e rounded to 0 decimal places with HALF_UP round mode

    Returns the value of the column e rounded to 0 decimal places with HALF_UP round mode

    To do

    decimal type

    See also

    org.apache.spark.sql.functions.round

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def [B](y: B): (NumWithDecimalsOperationsSyntax[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from NumWithDecimalsOperationsSyntax[T] to ArrowAssoc[NumWithDecimalsOperationsSyntax[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion LiteralOps from NumWithDecimalsOperationsSyntax[T] to doric.LiteralOps[NumWithDecimalsOperationsSyntax[T]]

Inherited by implicit conversion any2stringadd from NumWithDecimalsOperationsSyntax[T] to any2stringadd[NumWithDecimalsOperationsSyntax[T]]

Inherited by implicit conversion StringFormat from NumWithDecimalsOperationsSyntax[T] to StringFormat[NumWithDecimalsOperationsSyntax[T]]

Inherited by implicit conversion Ensuring from NumWithDecimalsOperationsSyntax[T] to Ensuring[NumWithDecimalsOperationsSyntax[T]]

Inherited by implicit conversion ArrowAssoc from NumWithDecimalsOperationsSyntax[T] to ArrowAssoc[NumWithDecimalsOperationsSyntax[T]]

Numeric Type

Ungrouped