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

Data Fields

const char * zName
char nArg
char mxFrac
char bDiscrete

Detailed Description

Definition at line 4730 of file shell.c.

Field Documentation

◆ bDiscrete

char PercentileFunc::bDiscrete

Definition at line 4734 of file shell.c.

Referenced by percentCompute().

◆ mxFrac

char PercentileFunc::mxFrac

Definition at line 4733 of file shell.c.

Referenced by percentStep().

◆ nArg

char PercentileFunc::nArg

Definition at line 4732 of file shell.c.

Referenced by sqlite3_percentile_init().

◆ zName

const char* PercentileFunc::zName

Definition at line 4731 of file shell.c.

Referenced by percentError(), and sqlite3_percentile_init().


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