Datascan Data Quality Spec Rule Args
Constructors
Properties
Description of the rule. The maximum length is 1,024 characters.
Rows with null values will automatically fail a rule, unless ignoreNull is true. In that case, such null rows are trivially considered passing. Only applicable to ColumnMap rules.
ColumnMap rule which evaluates whether each column value is null.
ColumnMap rule which evaluates whether each column value lies between a specified range. Structure is documented below.
ColumnMap rule which evaluates whether each column value matches a specified regex. Structure is documented below.
Table rule which evaluates whether each row passes the specified condition. Structure is documented below.
ColumnMap rule which evaluates whether each column value is contained by a specified set. Structure is documented below.
Table rule which evaluates whether any row matches invalid state. Structure is documented below.
ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range. Structure is documented below.
Table rule which evaluates whether the provided expression is true. Structure is documented below.
Row-level rule which evaluates whether each column value is unique.