org.apache.hive.service.cli.operation
Interface TableTypeMapping

All Known Implementing Classes:
ClassicTableTypeMapping, HiveTableTypeMapping

public interface TableTypeMapping


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
 

Method Detail

mapToHiveType

String mapToHiveType(String clientTypeName)
Map client's table type name to hive's table type

Parameters:
clientTypeName -
Returns:

mapToClientType

String mapToClientType(String hiveTypeName)
Map hive's table type name to client's table type

Parameters:
clientTypeName -
Returns:

getTableTypeNames

Set<String> getTableTypeNames()
Get all the table types of this mapping

Returns:


Copyright © 2012 The Apache Software Foundation