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

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

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

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

Methods in org.apache.lens.api.metastore that return XExprColumn
 XExprColumn ObjectFactory.createXExprColumn()
          Create an instance of XExprColumn
 XExprColumn XFlattenedColumn.getExpression()
          Gets the value of the expression property.
 

Methods in org.apache.lens.api.metastore that return types with arguments of type XExprColumn
 List<XExprColumn> XExpressions.getExpression()
          Gets the value of the expression property.
 

Methods in org.apache.lens.api.metastore with parameters of type XExprColumn
 void XFlattenedColumn.setExpression(XExprColumn value)
          Sets the value of the expression property.
 

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

Methods in org.apache.lens.server.metastore that return XExprColumn
static XExprColumn JAXBUtils.xExprColumnFromHiveExprColumn(ExprColumn ec)
          Create XExprColumn from hive ExprColum
 

Methods in org.apache.lens.server.metastore with parameters of type XExprColumn
static ExprColumn JAXBUtils.hiveExprColumnFromXExprColumn(XExprColumn xe)
           
 



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