public abstract class HiveStringType extends DataType
StringType before analysis.| Constructor and Description |
|---|
HiveStringType() |
| Modifier and Type | Method and Description |
|---|---|
static String |
catalogString() |
int |
defaultSize()
The default size of a value of this data type, used internally for size estimation.
|
static String |
json() |
abstract int |
length() |
static String |
prettyJson() |
static DataType |
replaceCharType(DataType dt) |
static String |
simpleString() |
static String |
sql() |
static String |
typeName() |
catalogString, fromJson, json, prettyJson, simpleString, sql, typeNamepublic static String typeName()
public static String json()
public static String prettyJson()
public static String simpleString()
public static String catalogString()
public static String sql()
public int defaultSize()
DataTypedefaultSize in class DataTypepublic abstract int length()