Uses of Class
org.apache.hive.service.cli.ColumnDescriptor

Packages that use ColumnDescriptor
org.apache.hive.service.cli   
 

Uses of ColumnDescriptor in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that return ColumnDescriptor
 ColumnDescriptor TableSchema.getColumnDescriptorAt(int pos)
           
static ColumnDescriptor ColumnDescriptor.newPrimitiveColumnDescriptor(String name, String comment, Type type, int position)
           
 

Methods in org.apache.hive.service.cli that return types with arguments of type ColumnDescriptor
 List<ColumnDescriptor> TableSchema.getColumnDescriptors()
           
 



Copyright © 2012 The Apache Software Foundation