abstract class ArithmeticFunctionOp[V] extends ExpressionColumn[V] with (ArithmeticFunctions.this)#ArithmeticFunction with (ArithmeticFunctions.this)#NumericCol[V]

Linear Supertypes
(ArithmeticFunctions.this)#NumericCol[V], (ArithmeticFunctions.this)#ArithmeticOps[V], (ArithmeticFunctions.this)#ComparableWith[(ArithmeticFunctions.this)#NumericCol[_]], (ArithmeticFunctions.this)#HexCompatible[V], (ArithmeticFunctions.this)#AddSubtractable[V], (ArithmeticFunctions.this)#AddSubtractOps[V], (ArithmeticFunctions.this)#Magnet[V], (ArithmeticFunctions.this)#ArithmeticFunction, ExpressionColumn[V], TableColumn[V], Column, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArithmeticFunctionOp
  2. NumericCol
  3. ArithmeticOps
  4. ComparableWith
  5. HexCompatible
  6. AddSubtractable
  7. AddSubtractOps
  8. Magnet
  9. ArithmeticFunction
  10. ExpressionColumn
  11. TableColumn
  12. Column
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArithmeticFunctionOp(left: (ArithmeticFunctions.this)#AddSubtractable[_], right: (ArithmeticFunctions.this)#AddSubtractable[_])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def !==(other: (ArithmeticFunctions.this)#NumericCol[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def %[R, O](other: (ArithmeticFunctions.this)#NumericCol[R])(implicit ev: (ArithmeticFunctions.this)#AritRetType[V, R, O]): (ArithmeticFunctions.this)#Modulo[O]
    Definition Classes
    ArithmeticOps
  5. def *[R, O](other: (ArithmeticFunctions.this)#NumericCol[R])(implicit ev: (ArithmeticFunctions.this)#AritRetType[V, R, O]): (ArithmeticFunctions.this)#Multiply[O]
    Definition Classes
    ArithmeticOps
  6. def +[R, O](other: (ArithmeticFunctions.this)#AddSubtractable[R])(implicit ev: (ArithmeticFunctions.this)#AritRetType[V, R, O]): (ArithmeticFunctions.this)#Plus[O]
    Definition Classes
    AddSubtractOps
  7. def -[R, O](other: (ArithmeticFunctions.this)#AddSubtractable[R])(implicit ev: (ArithmeticFunctions.this)#AritRetType[V, R, O]): (ArithmeticFunctions.this)#Minus[O]
    Definition Classes
    AddSubtractOps
  8. def /[R, O](other: (ArithmeticFunctions.this)#NumericCol[R])(implicit ev: (ArithmeticFunctions.this)#AritRetType[V, R, O]): (ArithmeticFunctions.this)#Divide[O]
    Definition Classes
    ArithmeticOps
  9. def <(other: (ArithmeticFunctions.this)#NumericCol[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  10. def <=(other: (ArithmeticFunctions.this)#NumericCol[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  11. def <>(other: (ArithmeticFunctions.this)#NumericCol[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def ===(other: (ArithmeticFunctions.this)#NumericCol[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  14. def >(other: (ArithmeticFunctions.this)#NumericCol[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  15. def >=(other: (ArithmeticFunctions.this)#NumericCol[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  16. def aliased(alias: String): AliasedColumn[V]
    Definition Classes
    TableColumn
  17. def as[C <: Column](alias: C): AliasedColumn[V]
    Definition Classes
    TableColumn
  18. def as(alias: String): AliasedColumn[V]
    Definition Classes
    TableColumn
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  21. val column: TableColumn[V]
    Definition Classes
    ArithmeticFunctionOpMagnet
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def isEq(other: (ArithmeticFunctions.this)#NumericCol[_]): ExpressionColumn[Boolean]
    Definition Classes
    ComparableWith
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val left: (ArithmeticFunctions.this)#AddSubtractable[_]
  29. val name: String
    Definition Classes
    TableColumnColumn
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. lazy val quoted: String
    Definition Classes
    Column
  34. val right: (ArithmeticFunctions.this)#AddSubtractable[_]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from (ArithmeticFunctions.this)#NumericCol[V]

Inherited from (ArithmeticFunctions.this)#ArithmeticOps[V]

Inherited from (ArithmeticFunctions.this)#ComparableWith[(ArithmeticFunctions.this)#NumericCol[_]]

Inherited from (ArithmeticFunctions.this)#HexCompatible[V]

Inherited from (ArithmeticFunctions.this)#AddSubtractable[V]

Inherited from (ArithmeticFunctions.this)#AddSubtractOps[V]

Inherited from (ArithmeticFunctions.this)#Magnet[V]

Inherited from (ArithmeticFunctions.this)#ArithmeticFunction

Inherited from ExpressionColumn[V]

Inherited from TableColumn[V]

Inherited from Column

Inherited from AnyRef

Inherited from Any

Ungrouped