Package | Description |
---|---|
org.apache.lens.api.metastore | |
org.apache.lens.cube.metadata |
Modifier and Type | Method and Description |
---|---|
XColumn |
ObjectFactory.createXColumn()
Create an instance of
XColumn |
XColumn |
XColumn.withComment(String value) |
XColumn |
XColumn.withEndTime(String value) |
XColumn |
XColumn.withName(String value) |
XColumn |
XColumn.withStartTime(String value) |
XColumn |
XColumn.withType(String value) |
Modifier and Type | Method and Description |
---|---|
List<XColumn> |
XColumns.getColumn()
Gets the value of the column property.
|
Modifier and Type | Method and Description |
---|---|
XColumns |
XColumns.withColumn(XColumn... values) |
Modifier and Type | Method and Description |
---|---|
XColumns |
XColumns.withColumn(Collection<XColumn> values) |
Modifier and Type | Method and Description |
---|---|
static XColumn |
JAXBUtils.columnFromFieldSchema(org.apache.hadoop.hive.metastore.api.FieldSchema fs) |
Modifier and Type | Method and Description |
---|---|
static List<XColumn> |
JAXBUtils.columnsFromFieldSchemaList(List<org.apache.hadoop.hive.metastore.api.FieldSchema> fslist) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hive.metastore.api.FieldSchema |
JAXBUtils.fieldSchemaFromColumn(XColumn c) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.