Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.cube.metadata |
Modifier and Type | Method and Description |
---|---|
XColumns |
ObjectFactory.createXColumns()
Create an instance of
XColumns |
XColumns |
XNativeTable.getColumns()
Gets the value of the columns property.
|
XColumns |
XFactTable.getColumns()
Gets the value of the columns property.
|
XColumns |
XDimensionTable.getColumns()
Gets the value of the columns property.
|
XColumns |
XStorageTableDesc.getPartCols()
Gets the value of the partCols property.
|
XColumns |
XColumns.withColumn(Collection<XColumn> values) |
XColumns |
XColumns.withColumn(XColumn... values) |
Modifier and Type | Method and Description |
---|---|
void |
XNativeTable.setColumns(XColumns value)
Sets the value of the columns property.
|
void |
XFactTable.setColumns(XColumns value)
Sets the value of the columns property.
|
void |
XDimensionTable.setColumns(XColumns value)
Sets the value of the columns property.
|
void |
XStorageTableDesc.setPartCols(XColumns value)
Sets the value of the partCols property.
|
XNativeTable |
XNativeTable.withColumns(XColumns value) |
XFactTable |
XFactTable.withColumns(XColumns value) |
XDimensionTable |
XDimensionTable.withColumns(XColumns value) |
XStorageTableDesc |
XStorageTableDesc.withPartCols(XColumns value) |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
JAXBUtils.columnStartAndEndTimeFromXColumns(XColumns columns) |
static ArrayList<org.apache.hadoop.hive.metastore.api.FieldSchema> |
JAXBUtils.fieldSchemaListFromColumns(XColumns columns) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.