Results - Table
HomeTablesSchemasDiagramsForeign KeysIndexes

Table: Results

Describes the results of observation actions (e.g., groups of one or more numeric data values that result from an observation action)

Columns

PKNameData TypeNULLAutoDefaultCommentFK

ResultIDBigInt

nextval('"ODMXCore"."Results_ResultID_seq"'::regclass)Primary key identifier.
ResultUUIDVarChar(36) A universally unique identifier for the Result
FeatureActionIDInteger Foreign key identifier for the combinaton of SamplingFeature and Action that created the Result

ResultTypeCVVarChar() CV term describing the result type (e.g., time series, measurement, etc.)

VariableIDInteger Foreign key identifier for the Variable of the result

UnitsIDInteger Foreign key identifier for the Units of the result

ProcessingLevelIDInteger Foreign key identifier for the ProcessingLevel of the result

ResultDateTimeDateTime

Date and time at which the result became available (could be used as analysis time for samples)
ResultDateTimeUTCOffsetBigInt

UTDCOffset of ResultDateTime
ValidDateTimeDateTime

Date and time for which the result is valid (e.g., for a forecast result). Should probably be expressed as a duration
ValidDateTimeUTCOffsetBigInt

UTCOffset of ValidDateTime
StatusCVVarChar()

Status of the result (e.g., finished, ongoing, etc.)

ValueCountInteger Number of data values contained within the result. For instance we could have a timeseries data with 1000s of results or a chemical analysis with a sd
NoDataValueDouble

A numeric value indicating no data.

Indexes

NameTableColumnsUniqueClustered
Results_ResultUUID_IdxODMXCore.ResultsResultUUID


Foreign Keys

NameParent TableChild TableParent ColumnsChild Columns
fk_Results_CV_ResultTypeODMXCV.CV_ResultTypeODMXCore.ResultsTermResultTypeCV
fk_Results_CV_StatusODMXCV.CV_StatusODMXCore.ResultsTermStatusCV
fk_Results_FeatureActionsODMXCore.FeatureActionsODMXCore.ResultsFeatureActionIDFeatureActionID
fk_Results_ProcessingLevelsODMXCore.ProcessingLevelsODMXCore.ResultsProcessingLevelIDProcessingLevelID
fk_Results_UnitsODMXCV.CV_UnitsODMXCore.ResultsUnitsIDUnitsID
fk_Results_VariablesODMXCore.VariablesODMXCore.ResultsVariableIDVariableID

Triggers

(none)


Used in Diagrams

Diagram Name
ODMXAnnotations
ODMXCore
ODMXDataQuality
ODMXEquipment
ODMXExtensionProperties
ODMXLabAnalyses
ODMXOverviewSimplified
ODMXProvenance
ODMXResults
ODMXSimulation