trait MiscellaneousFunctions extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- MiscellaneousFunctions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Bar(col: (MiscellaneousFunctions.this)#NumericCol[_], from: (MiscellaneousFunctions.this)#NumericCol[_], to: (MiscellaneousFunctions.this)#NumericCol[_], default: Option[(MiscellaneousFunctions.this)#NumericCol[_]]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[String] with Product with Serializable
- case class BlockSize() extends (MiscellaneousFunctions.this)#MiscellaneousConst[Long] with Product with Serializable
- case class CurrentDatabase() extends (MiscellaneousFunctions.this)#MiscellaneousConst[String] with Product with Serializable
- case class FormatReadableSize(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[String] with Product with Serializable
- case class Greatest(a: (MiscellaneousFunctions.this)#ConstOrColMagnet[_], b: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
- case class HasColumnInTable(database: (MiscellaneousFunctions.this)#StringColMagnet[_], table: (MiscellaneousFunctions.this)#StringColMagnet[_], column: (MiscellaneousFunctions.this)#StringColMagnet[_], hostName: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None, userName: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None, passWord: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None) extends (MiscellaneousFunctions.this)#MiscellaneousConst[Boolean] with Product with Serializable
- case class HostName() extends (MiscellaneousFunctions.this)#MiscellaneousConst[String] with Product with Serializable
- case class Ignore(coln: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]*) extends (MiscellaneousFunctions.this)#MiscellaneousConst[Long] with Product with Serializable
- case class IsFinite(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Boolean] with Product with Serializable
- case class IsInfinite(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Boolean] with Product with Serializable
- case class IsNaN(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Boolean] with Product with Serializable
- case class Least(a: (MiscellaneousFunctions.this)#ConstOrColMagnet[_], b: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
- case class MACNumToString(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[String] with Product with Serializable
- case class MACStringToNum(col: (MiscellaneousFunctions.this)#StringColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
- case class MACStringToOUI(col: (MiscellaneousFunctions.this)#StringColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
- case class Materialize(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
- abstract class MiscellaneousConst[V] extends ExpressionColumn[V] with (MiscellaneousFunctions.this)#MiscellaneousFunction
- sealed trait MiscellaneousFunction extends AnyRef
- abstract class MiscellaneousOp[V] extends ExpressionColumn[V] with (MiscellaneousFunctions.this)#MiscellaneousFunction
- case class RowNumberInAllBlocks() extends (MiscellaneousFunctions.this)#MiscellaneousConst[Long] with Product with Serializable
- case class RunningDifference(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
- case class Sleep(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
- case class ToTypeName(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[String] with Product with Serializable
- case class Transform[L, R](col: (MiscellaneousFunctions.this)#ConstOrColMagnet[L], arrayFrom: (MiscellaneousFunctions.this)#ArrayColMagnet[Iterable[L]], arrayTo: (MiscellaneousFunctions.this)#ArrayColMagnet[Iterable[R]], default: (MiscellaneousFunctions.this)#ConstOrColMagnet[R]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
- case class Uptime() extends (MiscellaneousFunctions.this)#MiscellaneousConst[Long] with Product with Serializable
- case class Version() extends (MiscellaneousFunctions.this)#MiscellaneousConst[Long] with Product with Serializable
- case class VisibleWidth(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] 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 bar(col: (MiscellaneousFunctions.this)#NumericCol[_], from: (MiscellaneousFunctions.this)#NumericCol[_], to: (MiscellaneousFunctions.this)#NumericCol[_], default: Option[(MiscellaneousFunctions.this)#NumericCol[_]]): (MiscellaneousFunctions.this)#Bar
- def blockSize(): (MiscellaneousFunctions.this)#BlockSize
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def currentDatabase(): (MiscellaneousFunctions.this)#CurrentDatabase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def formatReadableSize(col: (MiscellaneousFunctions.this)#NumericCol[_]): (MiscellaneousFunctions.this)#FormatReadableSize
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def greatest(a: (MiscellaneousFunctions.this)#ConstOrColMagnet[_], b: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#Greatest
- def hasColumnInTable(database: (MiscellaneousFunctions.this)#StringColMagnet[_], table: (MiscellaneousFunctions.this)#StringColMagnet[_], column: (MiscellaneousFunctions.this)#StringColMagnet[_], hostName: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None, userName: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None, passWord: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None): (MiscellaneousFunctions.this)#HasColumnInTable
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hostName(): (MiscellaneousFunctions.this)#HostName
- def ignore(coln: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]*): (MiscellaneousFunctions.this)#Ignore
- def isFinite[O](col: (MiscellaneousFunctions.this)#NumericCol[O]): (MiscellaneousFunctions.this)#IsFinite
- def isInfinite(col: (MiscellaneousFunctions.this)#NumericCol[_]): (MiscellaneousFunctions.this)#IsInfinite
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNaN(col: (MiscellaneousFunctions.this)#NumericCol[_]): (MiscellaneousFunctions.this)#IsNaN
- def least(a: (MiscellaneousFunctions.this)#ConstOrColMagnet[_], b: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#Least
- def mACNumToString(col: (MiscellaneousFunctions.this)#NumericCol[_]): (MiscellaneousFunctions.this)#MACNumToString
- def mACStringToNum(col: (MiscellaneousFunctions.this)#StringColMagnet[_]): (MiscellaneousFunctions.this)#MACStringToNum
- def mACStringToOUI(col: (MiscellaneousFunctions.this)#StringColMagnet[_]): (MiscellaneousFunctions.this)#MACStringToOUI
- def materialize(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#Materialize
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def rowNumberInAllBlocks(): (MiscellaneousFunctions.this)#RowNumberInAllBlocks
- def runningDifference(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#RunningDifference
- def sleep(col: (MiscellaneousFunctions.this)#NumericCol[_]): (MiscellaneousFunctions.this)#Sleep
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def toTypeName(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#ToTypeName
- def transform[L, R](col: (MiscellaneousFunctions.this)#ConstOrColMagnet[L], arrayFrom: (MiscellaneousFunctions.this)#ArrayColMagnet[Iterable[L]], arrayTo: (MiscellaneousFunctions.this)#ArrayColMagnet[Iterable[R]], default: (MiscellaneousFunctions.this)#ConstOrColMagnet[R]): (MiscellaneousFunctions.this)#Transform[L, R]
- def uptime(): (MiscellaneousFunctions.this)#Uptime
- def version(): (MiscellaneousFunctions.this)#Version
- def visibleWidth(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#VisibleWidth
-
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.