MySQL 8.4.0
Source Code Documentation
decimal Struct Reference

A structure to store a decimal value together with its precision and number of decimals TODO: HCS-10094 - Do we really need this struct? More...

#include <protocol_local_v2.h>

Public Attributes

my_decimal decimal
 
uint prec
 
uint dec
 

Detailed Description

A structure to store a decimal value together with its precision and number of decimals TODO: HCS-10094 - Do we really need this struct?

Member Data Documentation

◆ decimal

my_decimal decimal::decimal

◆ dec

uint decimal::dec

◆ prec

uint decimal::prec

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