Shows the generated sql code for the validation of the tbl.
Usage
# S3 method for tbl_validation
show_query(x, ..., sparse = x$sparse)
Arguments
- x
tbl_validation()
object, result of aconfront.tbl_sql()
.- ...
passed through.
- sparse
logical
ifFALSE
the query will be a dense query.
Value
Same result as dplyr::show_query, i.e. the SQL text of the query.