Interface | Description |
---|---|
ConfigPhysicalTable |
This interface limits direct access to availability to tables intended for use during the configuration lifecycle.
|
PhysicalTable |
An interface describing a fact level physical table.
|
Schema |
An interface describing a table or table-like entity composed of sets of columns.
|
Table |
Table has a schema and a name.
|
Class | Description |
---|---|
BaseCompositePhysicalTable |
An implementation of BasePhysicalTable that contains multiple tables.
|
BasePhysicalTable |
Base implementation of physical table that are shared across various types of physical tables.
|
BaseSchema |
A parent class for most schema implementations.
|
Column |
Column.
|
ConstrainedTable |
Constrained table caches the results of applying a
DataSourceConstraint to a Physical table's availability. |
LogicalTable |
A LogicalTable has a grain and a tablegroup of physical tables that satisfy the logical table.
|
LogicalTableDictionary |
Logical Table dictionary facilitates the mapping of the logical table Name and time grain pair to the logical table
object.
|
LogicalTableSchema |
The schema for a logical table.
|
MetricUnionCompositeTable |
An implementation of
PhysicalTable backed by MetricUnionAvailability . |
PartitionCompositeTable |
An implementation of
PhysicalTable backed by PartitionAvailability availability. |
PermissivePhysicalTable |
A sibling of strict physical table, but with permissive availability.
|
PhysicalTableDictionary |
Map of a druid table name to PhysicalTable.
|
PhysicalTableSchema |
The schema for a physical table.
|
SingleDataSourcePhysicalTable |
A Physical Table that should be backed by a Metadata-based Availability that has only a single data source.
|
SqlPhysicalTable |
An implementation of
BasePhysicalTable specific for Sql Backed datasources. |
StrictPhysicalTable |
An implementation of Physical table that is backed by a single fact table and has intersect availability.
|
TableGroup |
A TableGroup is a list of schemas.
|
TableIdentifier |
Identifies a table by it's logical name and time grain.
|
ZonedSchema | Deprecated
This class is no longer used as a subclass for
ResultSetSchema . |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.