Class: Rafflesia::Types::DatabaseJoinCoverageRowCardinalityStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/rafflesia/types/database_join_coverage_row_cardinality_status.rb

Constant Summary collapse

NOT_OBSERVED =
'not_observed'
CONSISTENT =
'consistent'
CONTRADICTED =
'contradicted'
NOT_APPLICABLE =
'not_applicable'
ALL =
[NOT_OBSERVED, CONSISTENT, CONTRADICTED, NOT_APPLICABLE].freeze