MCPcopy Create free account
hub / github.com/apache/calcite / of

Method of

core/src/main/java/org/apache/calcite/tools/Programs.java:123–125  ·  view source on GitHub ↗

Creates a program that executes a rule set.

(RuleSet ruleSet)

Source from the content-addressed store, hash-verified

121
122 /** Creates a program that executes a rule set. */
123 public static Program of(RuleSet ruleSet) {
124 return new RuleSetProgram(ruleSet);
125 }
126
127 /** Creates a list of programs based on an array of rule sets. */
128 public static List<Program> listOf(RuleSet... ruleSets) {

Calls 8

addMaterializationMethod · 0.95
ofMethod · 0.95
setRootMethod · 0.95
findBestExpMethod · 0.95
setMetadataProviderMethod · 0.80
addLatticeMethod · 0.65
getClusterMethod · 0.65