Class: Axiom::Attribute::Time
- Inherits:
-
Object
- Object
- Axiom::Attribute
- Object
- Axiom::Attribute::Time
- Includes:
- Comparable
- Defined in:
- lib/axiom/attribute/time.rb
Overview
Represents a Time value in a relation tuple
Constant Summary collapse
Instance Attribute Summary
Attributes inherited from Axiom::Attribute
Class Method Summary collapse
-
.primitive ⇒ Class<::Time>
The Time primitive.
Instance Method Summary collapse
-
#range ⇒ Range<::Time>
The Time 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
Class Method Details
Instance Method Details
#range ⇒ Range<::Time>
The Time range for a valid value
32 33 34 |
# File 'lib/axiom/attribute/time.rb', line 32 def range DEFAULT_RANGE end |