MySQL 8.4.0
Source Code Documentation
olap.h File Reference
#include <stdint.h>
#include <stdio.h>
#include <sys/types.h>

Go to the source code of this file.

Enumerations

enum  olap_type { UNSPECIFIED_OLAP_TYPE , ROLLUP_TYPE , CUBE_TYPE }
 

Functions

const char * GroupByModifierString (enum olap_type olap)
 
int GetMaximumNumGrpByColsSupported (enum olap_type olap)
 

Enumeration Type Documentation

◆ olap_type

enum olap_type
Enumerator
UNSPECIFIED_OLAP_TYPE 
ROLLUP_TYPE 
CUBE_TYPE 

Function Documentation

◆ GetMaximumNumGrpByColsSupported()

int GetMaximumNumGrpByColsSupported ( enum olap_type  olap)
inline

◆ GroupByModifierString()

const char * GroupByModifierString ( enum olap_type  olap)
inline