| 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-2022 Apache Software Foundation. All Rights Reserved.