gravitino.api.types.type.ComplexType¶
- class gravitino.api.types.type.ComplexType¶
Bases:
Type,ABCBase class for all complex types, including struct, list, map, and union.
- __init__()¶
Methods
__init__()name()Returns the generic name of the type.
Returns a readable string representation of the type.
- abstract simple_string() str¶
Returns a readable string representation of the type.