Class: CubeAggType

Oracle® JavaScript Extension Toolkit (JET)
16.0.0

F83701-01

Since:
  • 1.1.0
Module:
  • ojcube

QuickNav

Fields

Description

Valid aggregation types


Usage

For additional information visit:


Fields

(static) AVERAGE :string

Average the values

(static) COUNT :string

Count the values

(static) CUSTOM :string

Specify a custom callback function to do the aggregation

(static) FIRST :string

Substitute the first value encountered

(static) MAX :string

Calculate the maximum of the values

(static) MIN :string

Calculate the minimum of the values

(static) NONE :string

Substitute a null for the value

(static) STDDEV :string

Calculate the standard deviation of the values

(static) SUM :string

Sum the values

(static) VARIANCE :string

Calculate the variance of the values