Uses of Class
org.apache.hcatalog.data.schema.HCatSchemaUtils.CollectionBuilder

Packages that use HCatSchemaUtils.CollectionBuilder
org.apache.hcatalog.data.schema   
 

Uses of HCatSchemaUtils.CollectionBuilder in org.apache.hcatalog.data.schema
 

Methods in org.apache.hcatalog.data.schema that return HCatSchemaUtils.CollectionBuilder
 HCatSchemaUtils.CollectionBuilder HCatSchemaUtils.CollectionBuilder.addField(org.apache.hadoop.hive.metastore.api.FieldSchema fieldSchema)
           
 HCatSchemaUtils.CollectionBuilder HCatSchemaUtils.CollectionBuilder.addField(HCatFieldSchema fieldColumnSchema)
           
static HCatSchemaUtils.CollectionBuilder HCatSchemaUtils.getListSchemaBuilder()
           
static HCatSchemaUtils.CollectionBuilder HCatSchemaUtils.getStructSchemaBuilder()