Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
analysis_value_id | int8 | 19 | √ |
|
|
Primary key (automatically incremented). |
||||||||||||||||||||||||||||||||||
value_class_id | int4 | 10 |
|
|
Reference to associated value class that specifies kind of analysis value. |
|||||||||||||||||||||||||||||||||||
analysis_entity_id | int8 | 19 |
|
|
Identifies the specific analysis entity associated with this record. |
|||||||||||||||||||||||||||||||||||
analysis_value | text | 2147483647 | √ |
|
|
The resulting value from the analysis (untyped as a string) |
||||||||||||||||||||||||||||||||||
boolean_value | bool | 1 | √ |
|
|
Boolean (true/false) interpretation of the value (is is_boolean is true). |
||||||||||||||||||||||||||||||||||
is_boolean | bool | 1 | √ |
|
|
Indicates if value is a boolean value. |
||||||||||||||||||||||||||||||||||
is_uncertain | bool | 1 | √ |
|
|
Indicates if resulting value of analysis is uncertain. |
||||||||||||||||||||||||||||||||||
is_undefined | bool | 1 | √ |
|
|
Indicates if resulting value is undefined. |
||||||||||||||||||||||||||||||||||
is_not_analyzed | bool | 1 | √ |
|
|
Indicates that no analysis was made. |
||||||||||||||||||||||||||||||||||
is_indeterminable | bool | 1 | √ |
|
|
Indicates if result of analysis is indeterminable. |
||||||||||||||||||||||||||||||||||
is_anomaly | bool | 1 | √ |
|
|
Indicates if value is an anomaly i.e. not complying to expected value class. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_analysis_values_pkey | Primary key | Asc | analysis_value_id |