mirror of https://github.com/apache/poi.git
support empty field param for DCount
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0f385a0440
commit
bb4ed0b87a
|
@ -30,6 +30,7 @@ import org.apache.poi.ss.formula.eval.StringEval;
|
|||
import org.apache.poi.ss.formula.eval.StringValueEval;
|
||||
import org.apache.poi.ss.formula.eval.ValueEval;
|
||||
import org.apache.poi.ss.util.NumberComparer;
|
||||
import org.apache.poi.util.Internal;
|
||||
import org.apache.poi.util.LocaleUtil;
|
||||
|
||||
/**
|
||||
|
@ -41,6 +42,7 @@ import org.apache.poi.util.LocaleUtil;
|
|||
* - wildcards ? and * in string conditions
|
||||
* - functions as conditions
|
||||
*/
|
||||
@Internal
|
||||
public final class DStarRunner implements Function3Arg {
|
||||
/**
|
||||
* Enum for convenience to identify and source implementations of the D* functions
|
||||
|
|
Loading…
Reference in New Issue