Packages

package expressions

Type Members

  1. case class GpuRand(child: Expression) extends UnaryExpression with ShimUnaryExpression with GpuExpression with ExpectsInputTypes with ExpressionWithRandomSeed with Product with Serializable

    Generate a random column with i.i.d.

    Generate a random column with i.i.d. uniformly distributed values in [0, 1).

Ungrouped