|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |