surveilr_assert_tabular_column()

Verifies whether a table or view contains all the specified columns.

Introduced in version 1.0.0.

Parameters

name

`String` - The name of the table or view to check.

columns

`Vec<String>` - A list of column names to verify.