| Modifier and Type | Method and Description |
|---|---|
static RuleSet |
ofList(Collection<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(Collection<RelOptRule> rules)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.