public class CharType extends HiveStringType implements scala.Product, scala.Serializable
| Constructor and Description |
|---|
CharType(int length) |
| Modifier and Type | Method and Description |
|---|---|
abstract static boolean |
canEqual(Object that) |
static String |
catalogString() |
static int |
defaultSize() |
abstract static boolean |
equals(Object that) |
static String |
json() |
int |
length() |
static String |
prettyJson() |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
String |
simpleString() |
static String |
sql() |
static String |
typeName() |
defaultSize, replaceCharTypecatalogString, equalsStructurally, fromJson, json, prettyJson, sql, typeNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static String typeName()
public static String json()
public static String prettyJson()
public static String catalogString()
public static String sql()
public static int defaultSize()
public abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public int length()
length in class HiveStringTypepublic String simpleString()
simpleString in class HiveStringType