public class QueryRewriter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryRewriter.CostEstimator
The different methods for estimating the join cost.
|
Constructor and Description |
---|
QueryRewriter() |
Modifier and Type | Method and Description |
---|---|
Formula |
rewrite(Formula baseFormula,
RDBMSDataStore dataStore)
Rewrite the query to minimize the execution time while trading off query size.
|
public Formula rewrite(Formula baseFormula, RDBMSDataStore dataStore)
Copyright © 2020 University of California, Santa Cruz. All rights reserved.