| Modifier and Type | Class and Description |
|---|---|
private static class |
RuleSets.ListRuleSet
Rule set that consists of a list of rules.
|
| Modifier | Constructor and Description |
|---|---|
private |
RuleSets() |
| Modifier and Type | Method and Description |
|---|---|
static RuleSet |
ofList(Iterable<? extends RelOptRule> rules)
Creates a rule set with a given collection of rules.
|
static RuleSet |
ofList(RelOptRule... rules)
Creates a rule set with a given array of rules.
|
public static RuleSet ofList(RelOptRule... rules)
public static RuleSet ofList(Iterable<? extends RelOptRule> rules)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.