Package org.apache.gravitino.rel.types
Class Types.ExternalType
java.lang.Object
org.apache.gravitino.rel.types.Types.ExternalType
- All Implemented Interfaces:
Type
- Enclosing class:
- Types
Represents a type that is defined in an external catalog.
-
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.ExternalTypeCreates a newTypes.ExternalTypewith the given catalog string.toString()
-
Method Details
-
of
Creates a newTypes.ExternalTypewith the given catalog string.- Parameters:
catalogString- The string representation of this type in the catalog.- Returns:
- A new
Types.ExternalTypewith the given catalog string.
-
catalogString
- Returns:
- The string representation of this type in external catalog.
-
name
-
simpleString
- Specified by:
simpleStringin interfaceType- Returns:
- A readable string representation for the type.
-
equals
-
hashCode
public int hashCode() -
toString
-