datafusion_functions_window

Module rank

Source
Expand description

Implementation of rank, dense_rank, and percent_rank window functions, which can be evaluated at runtime during query execution.

Structs§

  • Rank calculates the rank in the window function with order by
  • State for the RANK(rank) built-in window function.

Enums§

Functions§