trait InFunctions extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- InFunctions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class GlobalIn(_l: (InFunctions.this)#ConstOrColMagnet[_], _r: (InFunctions.this)#InFuncRHMagnet) extends (InFunctions.this)#InFunctionCol[Nothing] with Product with Serializable
- case class GlobalNotIn(_l: (InFunctions.this)#ConstOrColMagnet[_], _r: (InFunctions.this)#InFuncRHMagnet) extends (InFunctions.this)#InFunctionCol[Nothing] with Product with Serializable
- case class In(_l: (InFunctions.this)#ConstOrColMagnet[_], _r: (InFunctions.this)#InFuncRHMagnet) extends (InFunctions.this)#InFunctionCol[Nothing] with Product with Serializable
- sealed trait InFunction extends AnyRef
- abstract class InFunctionCol[O] extends ExpressionColumn[Boolean] with (InFunctions.this)#InFunction
- trait InOps extends AnyRef
- case class NotIn(_l: (InFunctions.this)#ConstOrColMagnet[_], _r: (InFunctions.this)#InFuncRHMagnet) extends (InFunctions.this)#InFunctionCol[Nothing] with Product with Serializable
- case class Tuple(coln: Seq[(InFunctions.this)#ConstOrColMagnet[_]]) extends ExpressionColumn[Nothing] with (InFunctions.this)#InFunction with Product with Serializable
- case class TupleElement[T](tuple: (InFunctions.this)#Tuple, index: (InFunctions.this)#NumericCol[_]) extends ExpressionColumn[T] with (InFunctions.this)#InFunction with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def globalIn(l: (InFunctions.this)#ConstOrColMagnet[_], r: (InFunctions.this)#InFuncRHMagnet): ExpressionColumn[Boolean] with Product with Serializable
- def globalNotIn(l: (InFunctions.this)#ConstOrColMagnet[_], r: (InFunctions.this)#InFuncRHMagnet): ExpressionColumn[Boolean] with Product with Serializable
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def in(l: (InFunctions.this)#ConstOrColMagnet[_], r: (InFunctions.this)#InFuncRHMagnet): ExpressionColumn[Boolean] with Product with Serializable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def notIn(l: (InFunctions.this)#ConstOrColMagnet[_], r: (InFunctions.this)#InFuncRHMagnet): ExpressionColumn[Boolean] with Product with Serializable
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def tuple(coln: (InFunctions.this)#ConstOrColMagnet[_]*): (InFunctions.this)#Tuple
- def tupleElement[T](tuple: (InFunctions.this)#Tuple, index: (InFunctions.this)#NumericCol[_]): (InFunctions.this)#TupleElement[T]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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.