Uses of Class
org.apache.hadoop.hive.metastore.api.FieldSchema

Packages that use FieldSchema
org.apache.hadoop.hive.metastore   
org.apache.hadoop.hive.metastore.api   
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.plan   
 

Uses of FieldSchema in org.apache.hadoop.hive.metastore
 

Methods in org.apache.hadoop.hive.metastore that return FieldSchema
static FieldSchema MetaStoreUtils.getFieldSchemaFromTypeInfo(String fieldName, TypeInfo typeInfo)
          Convert TypeInfo to FieldSchema.
 

Methods in org.apache.hadoop.hive.metastore that return types with arguments of type FieldSchema
 List<FieldSchema> HiveMetaStore.HMSHandler.get_fields(String db, String tableName)
           
 List<FieldSchema> HiveMetaStore.HMSHandler.get_schema(String db, String tableName)
          Return the schema of the table.
 List<FieldSchema> IMetaStoreClient.getFields(String db, String tableName)
           
 List<FieldSchema> HiveMetaStoreClient.getFields(String db, String tableName)
           
static List<FieldSchema> MetaStoreUtils.getFieldsFromDeserializer(String tableName, Deserializer deserializer)
           
 List<FieldSchema> IMetaStoreClient.getSchema(String db, String tableName)
           
 List<FieldSchema> HiveMetaStoreClient.getSchema(String db, String tableName)
           
 

Method parameters in org.apache.hadoop.hive.metastore with type arguments of type FieldSchema
static String MetaStoreUtils.getColumnNamesFromFieldSchema(List<FieldSchema> fieldSchemas)
          Convert FieldSchemas to columnNames.
static String MetaStoreUtils.getColumnTypesFromFieldSchema(List<FieldSchema> fieldSchemas)
          Convert FieldSchemas to columnTypes.
static String MetaStoreUtils.getDDLFromFieldSchema(String structName, List<FieldSchema> fieldSchemas)
          Convert FieldSchemas to Thrift DDL.
static String MetaStoreUtils.getFullDDLFromFieldSchema(String structName, List<FieldSchema> fieldSchemas)
          Convert FieldSchemas to Thrift DDL + column names and column types
static String Warehouse.makePartName(List<FieldSchema> partCols, List<String> vals)
           
static boolean MetaStoreUtils.validateColNames(List<FieldSchema> cols)
           
 

Uses of FieldSchema in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return FieldSchema
 FieldSchema FieldSchema.clone()
           
 

Methods in org.apache.hadoop.hive.metastore.api that return types with arguments of type FieldSchema
 List<FieldSchema> ThriftHiveMetastore.Iface.get_fields(String db_name, String table_name)
           
 List<FieldSchema> ThriftHiveMetastore.Client.get_fields(String db_name, String table_name)
           
 List<FieldSchema> ThriftHiveMetastore.Iface.get_schema(String db_name, String table_name)
           
 List<FieldSchema> ThriftHiveMetastore.Client.get_schema(String db_name, String table_name)
           
 List<FieldSchema> StorageDescriptor.getCols()
           
 Iterator<FieldSchema> StorageDescriptor.getColsIterator()
           
 List<FieldSchema> Type.getFields()
           
 List<FieldSchema> Schema.getFieldSchemas()
           
 Iterator<FieldSchema> Schema.getFieldSchemasIterator()
           
 Iterator<FieldSchema> Type.getFieldsIterator()
           
 List<FieldSchema> Table.getPartitionKeys()
           
 Iterator<FieldSchema> Table.getPartitionKeysIterator()
           
 List<FieldSchema> ThriftHiveMetastore.get_fields_result.getSuccess()
           
 List<FieldSchema> ThriftHiveMetastore.get_schema_result.getSuccess()
           
 Iterator<FieldSchema> ThriftHiveMetastore.get_fields_result.getSuccessIterator()
           
 Iterator<FieldSchema> ThriftHiveMetastore.get_schema_result.getSuccessIterator()
           
 List<FieldSchema> ThriftHiveMetastore.Client.recv_get_fields()
           
 List<FieldSchema> ThriftHiveMetastore.Client.recv_get_schema()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type FieldSchema
 void StorageDescriptor.addToCols(FieldSchema elem)
           
 void Type.addToFields(FieldSchema elem)
           
 void Schema.addToFieldSchemas(FieldSchema elem)
           
 void Table.addToPartitionKeys(FieldSchema elem)
           
 void ThriftHiveMetastore.get_fields_result.addToSuccess(FieldSchema elem)
           
 void ThriftHiveMetastore.get_schema_result.addToSuccess(FieldSchema elem)
           
 boolean FieldSchema.equals(FieldSchema that)
           
 

Method parameters in org.apache.hadoop.hive.metastore.api with type arguments of type FieldSchema
 void StorageDescriptor.setCols(List<FieldSchema> cols)
           
 void Type.setFields(List<FieldSchema> fields)
           
 void Schema.setFieldSchemas(List<FieldSchema> fieldSchemas)
           
 void Table.setPartitionKeys(List<FieldSchema> partitionKeys)
           
 void ThriftHiveMetastore.get_fields_result.setSuccess(List<FieldSchema> success)
           
 void ThriftHiveMetastore.get_schema_result.setSuccess(List<FieldSchema> success)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type FieldSchema
FieldSchema(FieldSchema other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.hadoop.hive.metastore.api with type arguments of type FieldSchema
Schema(List<FieldSchema> fieldSchemas, Map<String,String> properties)
           
StorageDescriptor(List<FieldSchema> cols, String location, String inputFormat, String outputFormat, boolean compressed, int numBuckets, SerDeInfo serdeInfo, List<String> bucketCols, List<Order> sortCols, Map<String,String> parameters)
           
Table(String tableName, String dbName, String owner, int createTime, int lastAccessTime, int retention, StorageDescriptor sd, List<FieldSchema> partitionKeys, Map<String,String> parameters)
           
ThriftHiveMetastore.get_fields_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3)
           
ThriftHiveMetastore.get_schema_result(List<FieldSchema> success, MetaException o1, UnknownTableException o2, UnknownDBException o3)
           
Type(String name, String type1, String type2, List<FieldSchema> fields)
           
 

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

Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type FieldSchema
static List<String> Utilities.getFieldSchemaString(List<FieldSchema> fl)
           
 

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

Methods in org.apache.hadoop.hive.ql.metadata that return types with arguments of type FieldSchema
 List<FieldSchema> Table.getAllCols()
          Returns a list of all the columns of the table (data columns + partition columns in that order.
 List<FieldSchema> Table.getCols()
           
static List<FieldSchema> Hive.getFieldsFromDeserializer(String name, Deserializer serde)
           
 List<FieldSchema> Table.getPartCols()
           
 

Method parameters in org.apache.hadoop.hive.ql.metadata with type arguments of type FieldSchema
 void Table.setFields(List<FieldSchema> fields)
           
 void Table.setPartCols(List<FieldSchema> partCols)
           
 

Uses of FieldSchema in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type FieldSchema
 List<FieldSchema> createTableDesc.getCols()
           
static List<FieldSchema> PlanUtils.getFieldSchemasFromColumnInfo(Vector<ColumnInfo> cols, String fieldPrefix)
          Convert the ColumnInfo to FieldSchema.
static List<FieldSchema> PlanUtils.getFieldSchemasFromColumnList(List<exprNodeDesc> cols, List<String> outputColumnNames, int start, String fieldPrefix)
          Convert the ColumnList to FieldSchema list.
static List<FieldSchema> PlanUtils.getFieldSchemasFromColumnList(List<exprNodeDesc> cols, String fieldPrefix)
          Convert the ColumnList to FieldSchema list.
static List<FieldSchema> PlanUtils.getFieldSchemasFromRowSchema(RowSchema row, String fieldPrefix)
          Convert the RowSchema to FieldSchema list.
 List<FieldSchema> alterTableDesc.getNewCols()
           
 List<FieldSchema> createTableDesc.getPartCols()
           
static List<FieldSchema> PlanUtils.sortFieldSchemas(List<FieldSchema> schema)
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type FieldSchema
static tableDesc PlanUtils.getIntermediateFileTableDesc(List<FieldSchema> fieldSchemas)
          Generate the table descriptor for intermediate files.
static tableDesc PlanUtils.getMapJoinKeyTableDesc(List<FieldSchema> fieldSchemas)
          Generate the table descriptor for Map-side join key.
static tableDesc PlanUtils.getMapJoinValueTableDesc(List<FieldSchema> fieldSchemas)
          Generate the table descriptor for Map-side join key.
static tableDesc PlanUtils.getReduceKeyTableDesc(List<FieldSchema> fieldSchemas, String order)
          Generate the table descriptor for reduce key.
static tableDesc PlanUtils.getReduceValueTableDesc(List<FieldSchema> fieldSchemas)
          Generate the table descriptor for intermediate files.
 void createTableDesc.setCols(List<FieldSchema> cols)
           
 void alterTableDesc.setNewCols(List<FieldSchema> newCols)
           
 void createTableDesc.setPartCols(List<FieldSchema> partCols)
           
static List<FieldSchema> PlanUtils.sortFieldSchemas(List<FieldSchema> schema)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type FieldSchema
alterTableDesc(String name, List<FieldSchema> newCols, alterTableDesc.alterTableTypes alterType)
           
createTableDesc(String tableName, boolean isExternal, List<FieldSchema> cols, List<FieldSchema> partCols, List<String> bucketCols, List<Order> sortCols, int numBuckets, String fieldDelim, String fieldEscape, String collItemDelim, String mapKeyDelim, String lineDelim, String comment, String inputFormat, String outputFormat, String location, String serName, Map<String,String> mapProp, boolean ifNotExists)
           
createTableDesc(String tableName, boolean isExternal, List<FieldSchema> cols, List<FieldSchema> partCols, List<String> bucketCols, List<Order> sortCols, int numBuckets, String fieldDelim, String fieldEscape, String collItemDelim, String mapKeyDelim, String lineDelim, String comment, String inputFormat, String outputFormat, String location, String serName, Map<String,String> mapProp, boolean ifNotExists)
           
 



Copyright © 2009 The Apache Software Foundation