Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.server.metastore |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<org.apache.hadoop.hive.metastore.api.FieldSchema> |
JAXBUtils.fieldSchemaListFromColumns(XColumns columns) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.