|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hive.service.cli.operation.HiveTableTypeMapping
public class HiveTableTypeMapping
HiveTableTypeMapping. Default table type mapping
Constructor Summary | |
---|---|
HiveTableTypeMapping()
|
Method Summary | |
---|---|
Set<String> |
getTableTypeNames()
Get all the table types of this mapping |
String |
mapToClientType(String hiveTypeName)
Map hive's table type name to client's table type |
String |
mapToHiveType(String clientTypeName)
Map client's table type name to hive's table type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HiveTableTypeMapping()
Method Detail |
---|
public String mapToHiveType(String clientTypeName)
TableTypeMapping
mapToHiveType
in interface TableTypeMapping
public String mapToClientType(String hiveTypeName)
TableTypeMapping
mapToClientType
in interface TableTypeMapping
public Set<String> getTableTypeNames()
TableTypeMapping
getTableTypeNames
in interface TableTypeMapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |