| Package | Description |
|---|---|
| org.apache.lens.api.metastore | |
| org.apache.lens.cli.table | |
| org.apache.lens.client | |
| org.apache.lens.server.api.metastore | |
| org.apache.lens.server.metastore |
| Modifier and Type | Method and Description |
|---|---|
XFlattenedColumns |
ObjectFactory.createXFlattenedColumns()
Create an instance of
XFlattenedColumns |
XFlattenedColumns |
XFlattenedColumns.withFlattenedColumn(Collection<XFlattenedColumn> values) |
XFlattenedColumns |
XFlattenedColumns.withFlattenedColumn(XFlattenedColumn... values) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<XFlattenedColumns> |
ObjectFactory.createXFlattenedColumns(XFlattenedColumns value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<XFlattenedColumns> |
ObjectFactory.createXFlattenedColumns(XFlattenedColumns value)
|
| Constructor and Description |
|---|
XFlattenedColumnTable(XFlattenedColumns flattenedColumns,
String table) |
| Modifier and Type | Method and Description |
|---|---|
XFlattenedColumns |
LensMetadataClient.getQueryableFields(String tableName,
boolean flattened) |
XFlattenedColumns |
LensClient.getQueryableFields(String table,
boolean flattened) |
| Modifier and Type | Method and Description |
|---|---|
XFlattenedColumns |
CubeMetastoreService.getFlattenedColumns(LensSessionHandle sessionHandle,
String tableName,
boolean addChains)
Get flattened columns - all columns of table + all reachable columns
|
| Modifier and Type | Method and Description |
|---|---|
XFlattenedColumns |
CubeMetastoreServiceImpl.getFlattenedColumns(LensSessionHandle sessionHandle,
String tableName,
boolean addChains) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<XFlattenedColumns> |
MetastoreResource.getFlattenedColumns(LensSessionHandle sessionid,
String tableName,
boolean addChains)
Get flattened list of columns reachable from a cube or a dimension
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.