CompileResultUCASTResult
April 8, 2025 ยท View on GitHub
The partially evaluated result of the query as UCAST.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
query | Map<String, Object> | :heavy_minus_sign: | UCAST JSON object describing the conditions under which the query is true. |
masks | Map<String, Map\<String, MaskingRule>> | :heavy_minus_sign: | Column masking rules, where the key is the column name, and the value describes which masking function to use. |
additionalProperties | Map<String, Object> | :heavy_minus_sign: | N/A |