Class: Rafflesia::Types::DatabaseJoinCoverageRowKeyOverlapStatus

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

Constant Summary collapse

NOT_OBSERVED =
'not_observed'
OVERLAP_OBSERVED =
'overlap_observed'
NO_OVERLAP_OBSERVED =
'no_overlap_observed'
ALL =
[NOT_OBSERVED, OVERLAP_OBSERVED, NO_OVERLAP_OBSERVED].freeze