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

Method standard

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

Returns the standard program used by Prepare.

()

Source from the content-addressed store, hash-verified

304
305 /** Returns the standard program used by Prepare. */
306 public static Program standard() {
307 return standard(DefaultRelMetadataProvider.INSTANCE, true);
308 }
309
310 /** Returns the standard program with enableFieldTrimming config. */
311 public static Program standard(Boolean enableFieldTrimming) {

Callers 6

optimizeMethod · 0.95
getProgramMethod · 0.95
checkRunMethod · 0.95
checkSqlConversionMethod · 0.95

Calls 12

findBestExpMethod · 0.95
subQueryMethod · 0.95
measureMethod · 0.95
calcMethod · 0.95
addMaterializationMethod · 0.65
addLatticeMethod · 0.65
setRootMethod · 0.65
equalsMethod · 0.65
getTraitSetMethod · 0.65
changeTraitsMethod · 0.65
chooseDelegateMethod · 0.65
copyOfMethod · 0.65

Tested by 5

optimizeMethod · 0.76
checkRunMethod · 0.76
checkSqlConversionMethod · 0.76