Class: Axiom::Attribute::Date
- Inherits:
-
Object
- Object
- Axiom::Attribute
- Object
- Axiom::Attribute::Date
- Includes:
- Comparable
- Defined in:
- lib/axiom/attribute/date.rb
Overview
Represents a Date value in a relation tuple
Constant Summary collapse
- DEFAULT_RANGE =
(::Date.new..::Date::Infinity.new).freeze
Instance Attribute Summary
Attributes inherited from Axiom::Attribute
Class Method Summary collapse
-
.primitive ⇒ Class<::Date>
The Date primitive.
Instance Method Summary collapse
-
#range ⇒ Range<::Date>
The Date range for a valid value.
Methods included from Comparable
Methods included from Function::Predicate::GreaterThan::Methods
Methods included from Function::Predicate::GreaterThanOrEqualTo::Methods
Methods included from Function::Predicate::LessThan::Methods
Methods included from Function::Predicate::LessThanOrEqualTo::Methods
Methods included from Axiom::Aggregate::Minimum::Methods
Methods included from Axiom::Aliasable
Methods included from Axiom::Aggregate::Maximum::Methods
Methods included from Axiom::Aggregate::Mean::Methods
Methods included from Axiom::Aggregate::Variance::Methods
Methods included from Axiom::Aggregate::StandardDeviation::Methods
Methods included from Function::Predicate::Equality::Methods
Methods included from Function::Predicate::Exclusion::Methods
Methods included from Function::Predicate::Inequality::Methods
Methods included from Function::Predicate::Inclusion::Methods
Methods included from Axiom::Aggregate::Count::Methods
Methods inherited from Axiom::Attribute
#call, coerce, infer_type, #initialize, name_from, #rename, #required?, #type, #valid_primitive?, #valid_value?
Methods included from Visitable
Constructor Details
This class inherits a constructor from Axiom::Attribute