Package org.apache.gravitino.rel.types
Class Type.ComplexType
java.lang.Object
org.apache.gravitino.rel.types.Type.ComplexType
- All Implemented Interfaces:
Type
- Direct Known Subclasses:
Types.ListType,Types.MapType,Types.StructType,Types.UnionType
- Enclosing interface:
- Type
The base type of all complex types, including struct, list, map, and union.
-
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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.gravitino.rel.types.Type
name, simpleString
-
Constructor Details
-
ComplexType
public ComplexType()
-