Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
Percentile Struct Reference

Data Fields

unsigned nAlloc
unsigned nUsed
char bSorted
char bKeepSorted
char bPctValid
double rPct
double * a

Detailed Description

Definition at line 4718 of file shell.c.

Field Documentation

◆ a

double* Percentile::a

Definition at line 4725 of file shell.c.

Referenced by percentBinarySearch(), percentCompute(), percentInverse(), and percentStep().

◆ bKeepSorted

char Percentile::bKeepSorted

Definition at line 4722 of file shell.c.

Referenced by percentCompute(), percentInverse(), and percentStep().

◆ bPctValid

char Percentile::bPctValid

Definition at line 4723 of file shell.c.

Referenced by percentStep().

◆ bSorted

char Percentile::bSorted

Definition at line 4721 of file shell.c.

Referenced by percentCompute(), percentInverse(), and percentStep().

◆ nAlloc

unsigned Percentile::nAlloc

Definition at line 4719 of file shell.c.

Referenced by percentStep().

◆ nUsed

unsigned Percentile::nUsed

Definition at line 4720 of file shell.c.

Referenced by percentBinarySearch(), percentCompute(), percentInverse(), and percentStep().

◆ rPct

double Percentile::rPct

Definition at line 4724 of file shell.c.

Referenced by percentCompute(), and percentStep().


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