Uses of Class
org.apache.hadoop.hive.ql.metadata.Table

Packages that use Table
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.parse   
 

Uses of Table in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type Table
static void Utilities.addMapWork(mapredWork mr, Table tbl, String alias, Operator<?> work)
           
static tableDesc Utilities.getTableDesc(Table tbl)
           
 

Uses of Table in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return Table
 Table Partition.getTable()
           
 Table Hive.getTable(String tableName)
          Deprecated. Use Hive.getTable(String, String) instead
 Table Hive.getTable(String tableName, boolean throwException)
          Deprecated. Use Hive.getTable(String, String, boolean) instead
 Table Hive.getTable(String dbName, String tableName)
          Returns metadata of the table.
 Table Hive.getTable(String dbName, String tableName, boolean throwException)
          Returns metadata of the table
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type Table
 void Hive.alterTable(String tblName, Table newTbl)
          Updates the existing table metadata with the new metadata.
 Partition Hive.createPartition(Table tbl, Map<String,String> partSpec)
          Creates a partition.
 Partition Hive.createPartition(Table tbl, Map<String,String> partSpec, org.apache.hadoop.fs.Path location)
          Creates a partition
 void Hive.createTable(Table tbl)
          Creates the table with the give objects
 void Hive.createTable(Table tbl, boolean ifNotExists)
          Creates the table with the give objects
 Partition Hive.getPartition(Table tbl, Map<String,String> partSpec, boolean forceCreate)
          Returns partition metadata
 List<Partition> Hive.getPartitions(Table tbl)
          get all the partitions that the table has
 

Constructors in org.apache.hadoop.hive.ql.metadata with parameters of type Table
Partition(Table tbl, Map<String,String> partSpec, org.apache.hadoop.fs.Path location)
          Create partition object with the given info.
Partition(Table tbl, Partition tp)
           
 

Uses of Table in org.apache.hadoop.hive.ql.parse
 

Fields in org.apache.hadoop.hive.ql.parse declared as Table
 Table BaseSemanticAnalyzer.tableSpec.tableHandle
           
 

Methods in org.apache.hadoop.hive.ql.parse that return Table
 Table QBMetaData.getDestTableForAlias(String alias)
           
 Table QBMetaData.getSrcForAlias(String alias)
           
 Table PartitionPruner.getTable()
           
 Table QBMetaData.getTableForAlias(String alias)
           
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type Table
 HashMap<String,Table> QBMetaData.getAliasToTable()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type Table
 void QBMetaData.setDestForAlias(String alias, Table tab)
           
 void QBMetaData.setSrcForAlias(String alias, Table tab)
           
 



Copyright © 2009 The Apache Software Foundation