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

#include <NumberAggregator.h>

Public Types

typedef double AggRep
 

Static Public Member Functions

static void aggregateFirst (AggRep &old, double val)
 
static void aggregateRep (AggRep &old, AggRep &val)
 
static void aggregate (AggRep &old, double val)
 
static double getDouble (AggRep &val)
 

Static Public Attributes

static constexpr auto name = "MIN"
 

Member Typedef Documentation

◆ AggRep

Member Function Documentation

◆ aggregate()

static void joda::query::MinAggregatorFunc::aggregate ( AggRep old,
double  val 
)
inlinestatic

◆ aggregateFirst()

static void joda::query::MinAggregatorFunc::aggregateFirst ( AggRep old,
double  val 
)
inlinestatic

◆ aggregateRep()

static void joda::query::MinAggregatorFunc::aggregateRep ( AggRep old,
AggRep val 
)
inlinestatic

◆ getDouble()

static double joda::query::MinAggregatorFunc::getDouble ( AggRep val)
inlinestatic

Field Documentation

◆ name

constexpr auto joda::query::MinAggregatorFunc::name = "MIN"
staticconstexpr

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