[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Interface for use by aggregate expression nodes representing aggregate functions such as 'sum' or 'avg' to use to obtain the current value for the function at time of expression evaluation.

The following tables list the members exposed by the AggregationResultFuture type.

Public Methods

  NameDescription
GetValue
Returns current aggregation state, for use by expression node representing an aggregation function.