This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.api.metastore.XColumn (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.api.metastore.XColumn

Packages that use XColumn
org.apache.lens.api.metastore   
org.apache.lens.server.metastore   
 

Uses of XColumn in org.apache.lens.api.metastore
 

Methods in org.apache.lens.api.metastore that return XColumn
 XColumn ObjectFactory.createXColumn()
          Create an instance of XColumn
 

Methods in org.apache.lens.api.metastore that return types with arguments of type XColumn
 List<XColumn> XColumns.getColumn()
          Gets the value of the column property.
 

Uses of XColumn in org.apache.lens.server.metastore
 

Methods in org.apache.lens.server.metastore that return XColumn
static XColumn JAXBUtils.columnFromFieldSchema(org.apache.hadoop.hive.metastore.api.FieldSchema fs)
           
 

Methods in org.apache.lens.server.metastore that return types with arguments of type XColumn
static List<XColumn> JAXBUtils.columnsFromFieldSchemaList(List<org.apache.hadoop.hive.metastore.api.FieldSchema> fslist)
           
 

Methods in org.apache.lens.server.metastore with parameters of type XColumn
static org.apache.hadoop.hive.metastore.api.FieldSchema JAXBUtils.fieldSchemaFromColumn(XColumn c)
           
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.