Search Shortcut cmd + k | ctrl + k
decimal_arithmetic

Extension that adds support special decimal arithmetic functions

Maintainer(s): Dtenwolde

Installing and Loading

INSTALL decimal_arithmetic FROM community;
LOAD decimal_arithmetic;

Example

Adds support for `decimal_div` and `decimal_avg`

About decimal_arithmetic

Adds support for decimal_div and decimal_avg

Added Functions

function_name function_type description comment examples
decimal_avg aggregate NULL NULL  
decimal_div scalar NULL NULL  
round_ceil scalar NULL NULL  
round_down scalar NULL NULL  
round_floor scalar NULL NULL  
round_up scalar NULL NULL  

Overloaded Functions

This extension does not add any function overloads.

Added Types

This extension does not add any types.

Added Settings

This extension does not add any settings.