public interface TableTypeMapping
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getTableTypeNames()
Get all the table types of this mapping
|
java.lang.String |
mapToClientType(java.lang.String hiveTypeName)
Map hive's table type name to client's table type
|
java.lang.String |
mapToHiveType(java.lang.String clientTypeName)
Map client's table type name to hive's table type
|
java.lang.String mapToHiveType(java.lang.String clientTypeName)
clientTypeName - java.lang.String mapToClientType(java.lang.String hiveTypeName)
clientTypeName - java.util.Set<java.lang.String> getTableTypeNames()
Copyright © 2012 The Apache Software Foundation