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

Method getCluster

core/src/main/java/org/apache/calcite/rel/RelInput.java:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 */
39public interface RelInput {
40 RelOptCluster getCluster();
41
42 RelTraitSet getTraitSet();
43

Callers 15

toRelMethod · 0.65
onMatchMethod · 0.65
copyMethod · 0.65
deriveRowTypeMethod · 0.65
copyMethod · 0.65
registerMethod · 0.65
copyMethod · 0.65
toRelMethod · 0.65
convertMethod · 0.65
convertMethod · 0.65
convertMethod · 0.65
convertMethod · 0.65

Implementers 2

RelInputForClustercore/src/main/java/org/apache/calcite/
RelJsonReadercore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 15

getVolcanoPlannerMethod · 0.52
convertMethod · 0.52
convertMethod · 0.52
copyMethod · 0.52
executeQueryMethod · 0.52
testDecorrelatorNamesMethod · 0.52
testTypeEquivalenceMethod · 0.52
translateInputMethod · 0.52