Package io.deephaven.api.agg.spec
Class AggSpecFormula
java.lang.Object
io.deephaven.api.agg.spec.AggSpecBase
io.deephaven.api.agg.spec.AggSpecFormula
- All Implemented Interfaces:
AggSpec
Deprecated.
Specifies an aggregation that applies a
formula to each input group (as a Deephaven vector
(io.deephaven.vector.Vector)) to produce the corresponding output value. Each input column name is substituted for
the param token for evaluation.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.api.agg.spec.AggSpec
AggSpec.Visitor -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringDeprecated.Get a simple description for this AggSpec.abstract Stringformula()Deprecated.The formula to use to calculate output values from grouped input values.static AggSpecFormulaDeprecated.Creates a new AggSpecFormula withparamTokenof "each".static AggSpecFormulaDeprecated.Creates a new AggSpecFormula.abstract StringDeprecated.The formula parameter token to be replaced with the input column name for evaluation.final <V extends AggSpec.Visitor>
Vwalk(V visitor) Deprecated.Glue method to deliver this AggSpec to aAggSpec.Visitor.Methods inherited from class io.deephaven.api.agg.spec.AggSpecBase
aggregation, aggregation, aggregation
-
Field Details
-
PARAM_TOKEN_DEFAULT
Deprecated.- See Also:
-
-
Constructor Details
-
AggSpecFormula
public AggSpecFormula()Deprecated.
-
-
Method Details
-
of
Deprecated.- Parameters:
formula- the formula- Returns:
- the AggSpecFormula
-
of
Deprecated.Creates a new AggSpecFormula.- Parameters:
formula- the formulaparamToken- the param token- Returns:
- the AggSpecFormula
-
description
Deprecated.Description copied from interface:AggSpecGet a simple description for this AggSpec.- Returns:
- The description
-
formula
Deprecated.The formula to use to calculate output values from grouped input values.- Returns:
- The formula
-
paramToken
Deprecated.The formula parameter token to be replaced with the input column name for evaluation.- Returns:
- The parameter token
-
walk
Deprecated.Description copied from interface:AggSpecGlue method to deliver this AggSpec to aAggSpec.Visitor.- Parameters:
visitor- The visitor- Returns:
- The visitor
-