
# REDACTION_COLUMNS
REDACTION_COLUMNS视图展示当前数据库内所有脱敏列信息。
表1REDACTION_COLUMNS字段 
| 名称                     | 类型      | 描述                                 |
|:---|:---|:---|
| object_schema          | name    | 脱敏对象的schema。                       |
| object_owner           | name    | 脱敏对象的owner。                        |
| object_name            | name    | 脱敏对象名称。                            |
| column_name            | name    | 脱敏列名称。                             |
| function_type          | integer | 脱敏类型。                              |
| function_parameters    | text    | 脱敏类型为partial类型时的参数（保留字段，无实际意义）。    |
| regexp_pattern         | text    | 脱敏类型为regexp时，pattern串（保留字段，无实际意义）。 |
| regexp_replace_string  | text    | 脱敏类型为regexp时，替换串（保留字段，无实际意义）。      |
| regexp_position        | integer | 脱敏类型为regexp时，起始替换位置（保留字段，无实际意义）。   |
| regexp_occurrence      | integer | 脱敏类型为regexp时，替换次数（保留字段，无实际意义）。     |
| regexp_match_parameter | text    | 脱敏类型为regexp时，正则控制参数（保留字段，无实际意义）。   |
| function_info          | text    | 脱敏函数信息。                            |
| column_description     | text    | 脱敏列描述信息。                           |
| inherited              | bool    | 说明脱敏列是否是"继承"自其他脱敏列。                |
| policy_name            | name    | 所属的脱敏策略名称。该字段仅8.2.1.100及以上集群版本支持。  |
   
