PostgreSQL Source Code  git master
ntile_context Struct Reference

Data Fields

int32 ntile
 
int64 rows_per_bucket
 
int64 boundary
 
int64 remainder
 

Detailed Description

Definition at line 32 of file windowfuncs.c.

Field Documentation

◆ boundary

int64 ntile_context::boundary

Definition at line 36 of file windowfuncs.c.

◆ ntile

int32 ntile_context::ntile

Definition at line 34 of file windowfuncs.c.

◆ remainder

int64 ntile_context::remainder

Definition at line 37 of file windowfuncs.c.

◆ rows_per_bucket

int64 ntile_context::rows_per_bucket

Definition at line 35 of file windowfuncs.c.


The documentation for this struct was generated from the following file: