Package | Description |
---|---|
com.yahoo.bard.webservice.table |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigPhysicalTable
This interface limits direct access to availability to tables intended for use during the configuration lifecycle.
|
interface |
PhysicalTable
An interface describing a fact level physical table.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseCompositePhysicalTable
An implementation of BasePhysicalTable that contains multiple tables.
|
class |
BasePhysicalTable
Base implementation of physical table that are shared across various types of physical tables.
|
class |
ConstrainedTable
Constrained table caches the results of applying a
DataSourceConstraint to a Physical table's availability. |
class |
LogicalTable
A LogicalTable has a grain and a tablegroup of physical tables that satisfy the logical table.
|
class |
MetricUnionCompositeTable
An implementation of
PhysicalTable backed by MetricUnionAvailability . |
class |
PartitionCompositeTable
An implementation of
PhysicalTable backed by PartitionAvailability availability. |
class |
PermissivePhysicalTable
A sibling of strict physical table, but with permissive availability.
|
class |
SingleDataSourcePhysicalTable
A Physical Table that should be backed by a Metadata-based Availability that has only a single data source.
|
class |
SqlPhysicalTable
An implementation of
BasePhysicalTable specific for Sql Backed datasources. |
class |
StrictPhysicalTable
An implementation of Physical table that is backed by a single fact table and has intersect availability.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.