[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.
Namespace: net.esper.eql.core
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface AggregationResultFuture |
C# |
---|
public interface AggregationResultFuture |
Visual C++ |
---|
public interface class AggregationResultFuture |