Package | Description |
---|---|
com.yahoo.bard.webservice.web |
Modifier and Type | Method and Description |
---|---|
TableView |
TableMetadataFormatter.formatTable(LogicalTable logicalTable,
javax.ws.rs.core.UriInfo uriInfo)
Get a representation of a table and underlying information.
|
TableView |
TableFullViewProcessor.formatTable(LogicalTable logicalTable,
javax.ws.rs.core.UriInfo uriInfo)
Method to provide metadata of the table.
|
Modifier and Type | Method and Description |
---|---|
List<TableView> |
TableMetadataFormatter.formatTables(Set<LogicalTable> logicalTableList,
javax.ws.rs.core.UriInfo uriInfo)
Get a list of TableViews which have a complete view of all the tables and underlying information.
|
List<TableView> |
TableFullViewProcessor.formatTables(Set<LogicalTable> logicalTables,
javax.ws.rs.core.UriInfo uriInfo)
Method to provide full view of the tables which includes grains, metrics and dimensions.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.