public interface TableTypeMapping
Modifier and Type | Method and Description |
---|---|
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
|
String mapToHiveType(String clientTypeName)
clientTypeName
- String mapToClientType(String hiveTypeName)
clientTypeName
- Copyright © 2017 The Apache Software Foundation. All rights reserved.