Package | Description |
---|---|
com.yahoo.bard.webservice.table.resolver |
Modifier and Type | Class and Description |
---|---|
class |
AggregatableDimensionsMatcher
Use the granularity and columns of a query to determine whether or not tables can satisfy this query.
|
class |
SchemaPhysicalTableMatcher
Use the granularity and columns of a query to determine whether or not tables can satisfy this query.
|
class |
TimeAlignmentPhysicalTableMatcher
Tests whether a physical table aligns with the request time and period.
|
Modifier and Type | Method and Description |
---|---|
abstract List<PhysicalTableMatcher> |
BasePhysicalTableResolver.getMatchers(QueryPlanningConstraint requestConstraint)
Create a list of matchers based on a request and query.
|
List<PhysicalTableMatcher> |
DefaultPhysicalTableResolver.getMatchers(QueryPlanningConstraint requestConstraint) |
Modifier and Type | Method and Description |
---|---|
Set<PhysicalTable> |
BasePhysicalTableResolver.filter(Collection<PhysicalTable> candidateTables,
List<PhysicalTableMatcher> matchers)
Filter a list of tables through each matcher using a list of matchers sequentially.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.