public class BasicQueryPlanner extends Object implements QueryPlanner
Constructor and Description |
---|
BasicQueryPlanner() |
Modifier and Type | Method and Description |
---|---|
Plan |
createPlan(QueryData data,
Transaction tx)
Creates a query plan as follows.
|
public Plan createPlan(QueryData data, Transaction tx)
createPlan
in interface QueryPlanner
data
- the parsed representation of the querytx
- the calling transactionCopyright © 2022 VanillaDB Organization. All rights reserved.