| Package | flare.query |
| Class | public class Minimum |
| Inheritance | Minimum AggregateExpression Expression |
| Method | Defined by | ||
|---|---|---|---|
|
Minimum(input:*)
Creates a new Minimum operator
| Minimum | ||
|
aggregate(value:Object):void
Increments the aggregation computation to include the input value.
| Minimum | ||
![]() |
Creates a cloned copy of the expression.
| Expression | |
|
eval(o:Object = null):*
Evaluates this expression with the given input object.
| Minimum | ||
![]() |
expr(o:*):Expression
[static]
Utility method that maps an input value into an Expression.
| Expression | |
![]() |
getChildAt(idx:int):Expression
Returns the sub-expression at the given index.
| AggregateExpression | |
![]() |
predicate(o:Object):Boolean
Boolean predicate that tests the output of evaluating this
expression.
| Expression | |
|
reset():void
Resets the aggregation computation.
| Minimum | ||
![]() |
setChildAt(idx:int, expr:Expression):Boolean
Set the sub-expression at the given index.
| AggregateExpression | |
![]() |
toString():String
Returns a string representation of the expression.
| Expression | |
![]() |
visit(f:Function):Boolean
Sequentially invokes the input function on this expression and all
sub-expressions.
| Expression | |
| Minimum | () | constructor |
public function Minimum(input:*)Creates a new Minimum operator
Parametersinput:* — the sub-expression of which to compute the minimum
|
| aggregate | () | method |
public override function aggregate(value:Object):voidIncrements the aggregation computation to include the input value.
Parametersvalue:Object — a value to include within the aggregation.
|
| eval | () | method |
public override function eval(o:Object = null):*Evaluates this expression with the given input object.
Parameterso:Object (default = null) — the input object to this expression
|
* — the result of evaluating the expression
|
| reset | () | method |
public override function reset():voidResets the aggregation computation.