JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Static Public Member Functions | Static Public Attributes
joda::query::UnaryAbsCalculationFunction Struct Reference

#include <UnaryNumberProvider.h>

Static Public Member Functions

static RJValue calculate (double val, RJMemoryPoolAlloc &alloc)
 
static RJValue calculate (u_int64_t val, RJMemoryPoolAlloc &alloc)
 
static RJValue calculate (int64_t val, RJMemoryPoolAlloc &alloc)
 

Static Public Attributes

static constexpr auto name = "ABS"
 
static constexpr joda::query::IValueType retType = IV_Number
 

Member Function Documentation

◆ calculate() [1/3]

static RJValue joda::query::UnaryAbsCalculationFunction::calculate ( double  val,
RJMemoryPoolAlloc alloc 
)
inlinestatic

◆ calculate() [2/3]

static RJValue joda::query::UnaryAbsCalculationFunction::calculate ( int64_t  val,
RJMemoryPoolAlloc alloc 
)
inlinestatic

◆ calculate() [3/3]

static RJValue joda::query::UnaryAbsCalculationFunction::calculate ( u_int64_t  val,
RJMemoryPoolAlloc alloc 
)
inlinestatic

Field Documentation

◆ name

constexpr auto joda::query::UnaryAbsCalculationFunction::name = "ABS"
staticconstexpr

◆ retType

constexpr joda::query::IValueType joda::query::UnaryAbsCalculationFunction::retType = IV_Number
staticconstexpr

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