Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 741 Bytes

AggregateCalculatorFactory.md

File metadata and controls

35 lines (23 loc) · 741 Bytes

AggregateCalculatorFactory Class

Generates an instance of an aggregate calculator based on the type provided

Since

3/23/2024

Group Soql Engine

Author Zackary Frazier

Methods

getCalculator(type, options)

Generates an instance of an aggregate calculator based on the type provided

Signature

public static IAggregateCalculator getCalculator(String type, AggregateCalculatorOptions options)

Parameters

Name Type Description
type String
options AggregateCalculatorOptions

Return Type

IAggregateCalculator

,[object Object]

Throws

AggregateCalculatorException: