public final class DCountA extends java.lang.Object implements IDStarAlgorithm
Constructor and Description |
---|
DCountA() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowEmptyMatchField()
Whether the field value (the 2nd param in DCOUNT, DGET, etc.) can evaluate to empty.
|
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.
|
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
public boolean allowEmptyMatchField()
IDStarAlgorithm
allowEmptyMatchField
in interface IDStarAlgorithm
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.