public static class DataQualityAnalyzer.QualityTest extends Object implements Serializable
Constructor and Description |
---|
QualityTest(String testName,
ScalarValuedFunction predicate)
Create a quality test
|
Modifier and Type | Method and Description |
---|---|
ScalarValuedFunction |
getPredicate()
Returns a boolean predicate.
|
String |
getTestName()
Returns the test name.
|
public QualityTest(String testName, ScalarValuedFunction predicate)
testName
- the test name that is used to reference the test in the output statistics modelpredicate
- a boolean predicate that is evaluated on each row of the inputpublic String getTestName()
public ScalarValuedFunction getPredicate()
Copyright © 2016 Actian Corporation. All rights reserved.