|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.ss.formula.functions.DMin
public final class DMin
Implementation of the DMin function: Finds the minimum value of a column in an area with given conditions. TODO: - wildcards ? and * in string conditions - functions as conditions
Constructor Summary | |
---|---|
DMin()
|
Method Summary | |
---|---|
ValueEval |
getResult()
Return a result ValueEval that will be the result of the calculation. |
boolean |
processMatch(ValueEval eval)
Process a match that is found during a run through a database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DMin()
Method Detail |
---|
public boolean processMatch(ValueEval eval)
IDStarAlgorithm
processMatch
in interface IDStarAlgorithm
eval
- ValueEval of the cell in the matching row. References will already be resolved.
public ValueEval getResult()
IDStarAlgorithm
getResult
in interface IDStarAlgorithm
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |