|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XColumns | |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.server.metastore |
Uses of XColumns in org.apache.lens.api.metastore |
---|
Methods in org.apache.lens.api.metastore that return XColumns | |
---|---|
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. |
Methods in org.apache.lens.api.metastore with parameters of type XColumns | |
---|---|
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. |
Uses of XColumns in org.apache.lens.server.metastore |
---|
Methods in org.apache.lens.server.metastore with parameters of type XColumns | |
---|---|
static ArrayList<org.apache.hadoop.hive.metastore.api.FieldSchema> |
JAXBUtils.fieldSchemaListFromColumns(XColumns columns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |