Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.cli.table |
Modifier and Type | Method and Description |
---|---|
XFlattenedColumn |
ObjectFactory.createXFlattenedColumn()
Create an instance of
XFlattenedColumn |
XFlattenedColumn |
XFlattenedColumn.withChainName(String value) |
XFlattenedColumn |
XFlattenedColumn.withDimAttribute(XDimAttribute value) |
XFlattenedColumn |
XFlattenedColumn.withExpression(XExprColumn value) |
XFlattenedColumn |
XFlattenedColumn.withMeasure(XMeasure value) |
XFlattenedColumn |
XFlattenedColumn.withTableName(String value) |
Modifier and Type | Method and Description |
---|---|
List<XFlattenedColumn> |
XFlattenedColumns.getFlattenedColumn()
Gets the value of the flattenedColumn property.
|
Modifier and Type | Method and Description |
---|---|
XFlattenedColumns |
XFlattenedColumns.withFlattenedColumn(XFlattenedColumn... values) |
Modifier and Type | Method and Description |
---|---|
XFlattenedColumns |
XFlattenedColumns.withFlattenedColumn(Collection<XFlattenedColumn> values) |
Modifier and Type | Method and Description |
---|---|
static CollectionTable<XFlattenedColumn> |
CollectionTableFactory.getCollectionTable(Class<? extends XField> claz,
String table) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.