Ntile

Returns an integer ranging from 1 to the argument value, dividing the partition as equally as possible.

Constructors

Link copied to clipboard
constructor(numBuckets: ExpressionWithColumnType<Int>)

Properties

Link copied to clipboard

Returns number of buckets.

Functions

Link copied to clipboard
open override fun over(): WindowFunctionDefinition<Int>

Returns window function definition.

Link copied to clipboard
open override fun toQueryBuilder(queryBuilder: QueryBuilder)

Appends the SQL representation of this function to the specified queryBuilder.