package functions
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
CheckNumberFormat(number: Expression, precision: Expression, scale: Expression, isOutbound: Expression) extends Expression with Predicate with QuaternaryLike[Expression] with ExactInputTypes with Product with Serializable
- Annotations
- @ExpressionDescription()
-
case class
CoMoment(left: Expression, right: Expression, nullOnDivideByZero: Boolean = ...) extends Covariance with Product with Serializable
- Annotations
- @ExpressionDescription()
-
case class
CollectListWithLimit(child: Expression, limit: Int = -1, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0) extends Collect[ArrayBuffer[Any]] with Product with Serializable
- Annotations
- @ExpressionDescription()
- trait ExactInputTypes extends AnyRef
-
case class
HLLCountDistinct(child: Expression, accuracy: Expression, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0) extends TypedImperativeAggregate[HLL] with BinaryLike[Expression] with Product with Serializable
- Annotations
- @ExpressionDescription()
-
case class
MergeListWithLimit(child: Expression, limit: Int = -1, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0) extends Collect[ArrayBuffer[Any]] with Product with Serializable
- Annotations
- @ExpressionDescription()
-
case class
SpaceSavingTopN(child: Expression, targetNumber: Expression, maxCapacity: Expression, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0) extends TypedImperativeAggregate[SpaceSaverBuffer] with TernaryLike[Expression] with ExactInputTypes with Product with Serializable
- Annotations
- @ExpressionDescription()
-
case class
TDigestPercentile(child: Expression, percentage: Expression, accuracy: Expression, direct: Expression, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0) extends TypedImperativeAggregate[TDigest] with QuaternaryLike[Expression] with ExactInputTypes with Product with Serializable
- Annotations
- @ExpressionDescription()
Value Members
- object SpaceSavingTopN extends Serializable
-
object
api
Column-oriented instantiation of custom spark function.