DataType.CollectionType, DataType.CustomType, DataType.Name, DataType.NativeType
Modifier and Type | Method and Description |
---|---|
String |
asFunctionParameterString()
Returns a String representation of this data type
suitable for inclusion as a parameter type
in a function or aggregate signature.
|
boolean |
equals(Object o) |
List<DataType> |
getTypeArguments()
Returns the type arguments of this type.
|
int |
hashCode() |
boolean |
isFrozen()
Returns whether this data type is frozen.
|
String |
toString() |
allPrimitiveTypes, ascii, bigint, blob, cboolean, cdouble, cfloat, cint, counter, custom, date, decimal, duration, frozenList, frozenMap, frozenSet, getName, inet, isCollection, list, list, map, map, set, set, smallint, text, time, timestamp, timeuuid, tinyint, uuid, varchar, varint
public boolean isFrozen()
DataType
public List<DataType> getTypeArguments()
DataType
getTypeArguments
in class DataType
public String asFunctionParameterString()
DataType
Object.toString()
;
e.g. the frozen
keyword is not accepted.asFunctionParameterString
in class DataType
Copyright © 2012–2017. All rights reserved.