Package hydra.core
Class Projection
java.lang.Object
hydra.core.Projection
- All Implemented Interfaces:
Serializable,Comparable<Projection>
A record elimination; a projection
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(Projection other) booleaninthashCode()withTypeName(Name typeName)
-
Field Details
-
TYPE_
-
TYPE_NAME
-
FIELD
-
typeName
The name of the record type -
field
The name of the projected field
-
-
Constructor Details
-
Projection
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Projection>
-
withTypeName
-
withField
-