|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schema.Table | |
|---|---|
| org.xcmis.search.content | |
| org.xcmis.search.query.plan | |
| org.xcmis.search.query.validate | |
| Uses of Schema.Table in org.xcmis.search.content |
|---|
| Classes in org.xcmis.search.content that implement Schema.Table | |
|---|---|
class |
InMemoryTable
In memory table definition. |
| Methods in org.xcmis.search.content that return Schema.Table | |
|---|---|
Schema.Table |
Schema.getTable(SelectorName name)
Get the information for the table or view with the supplied name within this schema. |
Schema.Table |
InMemorySchema.getTable(SelectorName name)
Get the information for the table or view with the supplied name within this schema. |
| Methods in org.xcmis.search.content with parameters of type Schema.Table | |
|---|---|
InMemorySchema |
InMemorySchema.with(Schema.Table table)
|
| Constructor parameters in org.xcmis.search.content with type arguments of type Schema.Table | |
|---|---|
InMemorySchema(Map<SelectorName,Schema.Table> tables)
|
|
| Uses of Schema.Table in org.xcmis.search.query.plan |
|---|
| Method parameters in org.xcmis.search.query.plan with type arguments of type Schema.Table | |
|---|---|
protected QueryExecutionPlan |
SimplePlaner.createConstrainPlan(QueryExecutionContext context,
Constraint constraint,
Map<SelectorName,Schema.Table> querySelectorsMap,
QueryExecutionPlan executionPlan)
|
protected QueryExecutionPlan |
SimplePlaner.createProject(QueryExecutionContext context,
List<Column> columns,
Map<SelectorName,Schema.Table> selectors,
QueryExecutionPlan executionPlan)
Attach a PROJECT node at the top of the plan tree. |
protected QueryExecutionPlan |
SimplePlaner.createSelectorPlan(QueryExecutionContext context,
Source source,
Map<SelectorName,Schema.Table> querySelectorsMap)
Populate plan for given selector. |
| Uses of Schema.Table in org.xcmis.search.query.validate |
|---|
| Methods in org.xcmis.search.query.validate that return Schema.Table | |
|---|---|
Schema.Table |
Validator.checkSelectorExistance(SelectorName selectorName)
Check if selector exists in list of selectors. |
| Constructor parameters in org.xcmis.search.query.validate with type arguments of type Schema.Table | |
|---|---|
Validator(QueryExecutionContext context,
Map<SelectorName,Schema.Table> selectorsByName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||