| Package | Description |
|---|---|
| org.apache.calcite.tools |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static RuleSet |
RuleSets.ofList(Collection<RelOptRule> rules)
Creates a rule set with a given collection of rules.
|
static RuleSet |
RuleSets.ofList(RelOptRule... rules)
Creates a rule set with a given array of rules.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Program> |
Programs.listOf(RuleSet... ruleSets)
Creates a list of programs based on an array of rule sets.
|
static Program |
Programs.of(RuleSet ruleSet)
Creates a program that executes a rule set.
|
Frameworks.ConfigBuilder |
Frameworks.ConfigBuilder.ruleSets(RuleSet... ruleSets) |
| Modifier and Type | Method and Description |
|---|---|
static List<Program> |
Programs.listOf(List<RuleSet> ruleSets)
Creates a list of programs based on a list of rule sets.
|
Frameworks.ConfigBuilder |
Frameworks.ConfigBuilder.ruleSets(List<RuleSet> ruleSets) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.