Package org.apache.gravitino.rel.types
Class Types.UnparsedType
java.lang.Object
org.apache.gravitino.rel.types.Types.UnparsedType
- All Implemented Interfaces:
Type
- Enclosing class:
- Types
Represents a type that is not parsed yet. The parsed type is represented by other types of
Types.-
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 TypeMethodDescriptionbooleaninthashCode()name()static Types.UnparsedTypeCreates a newTypes.UnparsedTypewith the given unparsed type.toString()
-
Method Details
-
of
Creates a newTypes.UnparsedTypewith the given unparsed type.- Parameters:
unparsedType- The unparsed type.- Returns:
- A new
Types.UnparsedTypewith the given unparsed type.
-
unparsedType
- Returns:
- The unparsed type as a string.
-
name
-
simpleString
- Specified by:
simpleStringin interfaceType- Returns:
- A readable string representation for the type.
-
equals
-
hashCode
public int hashCode() -
toString
-