ROW_FILTERS
Preview
This feature is in Public Preview.
INFORMATION_SCHEMA.ROW_FILTERS
contains the row filter metadata for relations in the catalog, or all catalogs if owned by the SYSTEM
catalog.
Information is displayed only for relation the user has permission to interact with.
This relation is an extension to the SQL Standard Information Schema.
Definition
The ROW_FILTERS
relation contains the following.
Name |
Data type |
Nullable |
Description |
---|---|---|---|
|
|
No |
Catalog that contains the table. |
|
|
No |
Schema that contains the table. |
|
|
No |
Name of the relation to which the row filter applies. |
|
|
No |
Catalog that contains the filter function. |
|
|
No |
Schema that contains the filter function. |
|
|
No |
The specific name of the function implementing the filter. |
|
|
No |
A comma separated list of columns passed to the filter function. Empty if none. |
Constraints
The following constraint applies to the ROW_FILTERS
relation:
Class |
Name |
Column List |
Description |
---|---|---|---|
Primary key |
|
|
Unique identifier for a row filter. |
Foreign key |
|
|
References TABLES |
Foreign key |
|
|
References ROUTINES |