public final class StructuredArrayType extends Object implements StructuredType
| Constructor and Description |
|---|
StructuredArrayType(StructuredType elementType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
StructuredType |
getElementType() |
int |
hashCode() |
String |
toDisplayString()
Human-readable display, e.g.
|
String |
toString() |
public StructuredArrayType(StructuredType elementType)
public StructuredType getElementType()
public String toDisplayString()
StructuredTypeSTRING, ARRAY<STRUCT<key: STRING>>.toDisplayString in interface StructuredType