Packages

package functions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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()
  2. case class CoMoment(left: Expression, right: Expression, nullOnDivideByZero: Boolean = ...) extends Covariance with Product with Serializable
    Annotations
    @ExpressionDescription()
  3. case class CollectListWithLimit(child: Expression, limit: Int = -1, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0) extends Collect[ArrayBuffer[Any]] with Product with Serializable
    Annotations
    @ExpressionDescription()
  4. trait ExactInputTypes extends AnyRef
  5. 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()
  6. case class MergeListWithLimit(child: Expression, limit: Int = -1, mutableAggBufferOffset: Int = 0, inputAggBufferOffset: Int = 0) extends Collect[ArrayBuffer[Any]] with Product with Serializable
    Annotations
    @ExpressionDescription()
  7. 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()
  8. 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

  1. object SpaceSavingTopN extends Serializable
  2. object api

    Column-oriented instantiation of custom spark function.

Ungrouped