Package org.apache.gravitino.rel.types
Class Types.ByteType
java.lang.Object
org.apache.gravitino.rel.types.Type.PrimitiveType
org.apache.gravitino.rel.types.Type.NumericType
org.apache.gravitino.rel.types.Type.IntegralType
org.apache.gravitino.rel.types.Types.ByteType
- All Implemented Interfaces:
Type
- Enclosing class:
- Types
The byte type in Gravitino.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.gravitino.rel.types.Type
Type.ComplexType, Type.DateTimeType, Type.FractionType, Type.IntegralType, Type.IntervalType, Type.Name, Type.NumericType, Type.PrimitiveType -
Method Summary
Modifier and TypeMethodDescriptionstatic Types.ByteTypeget()name()static Types.ByteTypeunsigned()Methods inherited from class org.apache.gravitino.rel.types.Type.IntegralType
signed
-
Method Details
-
unsigned
- Returns:
- The singleton instance of unsigned byte type
-
get
- Returns:
- The singleton instance of
Types.ByteType.
-
name
- Returns:
- The generic name of the type.
-
simpleString
- Returns:
- A readable string representation for the type.
-