Example for column expression #946
Unanswered
hski-bayer
asked this question in
Q&A
Replies: 1 comment
|
Column expression would be any Spark column expression. For example, to check if the length of values in a string column str_col is not greater than 10: Use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In documentation for check definition it says
column: column to check (can be a string column name or a column expression)Can you give an example of a column expression? Can this be also a list of columns, so that the check is executed on all these columns?
All reactions