PostgreSQL Source Code
git master
|
Data Fields | |
int32 | ntile |
int64 | rows_per_bucket |
int64 | boundary |
int64 | remainder |
Definition at line 32 of file windowfuncs.c.
int64 ntile_context::boundary |
Definition at line 36 of file windowfuncs.c.
int32 ntile_context::ntile |
Definition at line 34 of file windowfuncs.c.
int64 ntile_context::remainder |
Definition at line 37 of file windowfuncs.c.
int64 ntile_context::rows_per_bucket |
Definition at line 35 of file windowfuncs.c.