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

Method input

core/src/main/java/org/apache/calcite/rel/RelWriter.java:56–56  ·  view source on GitHub ↗

Adds an input to the explanation of the current node. @param term Term for input, e.g. "left" or "input #1". @param input Input relational expression

(String term, RelNode input)

Source from the content-addressed store, hash-verified

54 * @param input Input relational expression
55 */
56 default RelWriter input(String term, RelNode input) {
57 return item(term, input);
58 }
59

Callers 15

explainTermsMethod · 0.65
testItemStrongMethod · 0.65
testSimplifyRangeMethod · 0.65
testSimplifyRange2Method · 0.65
testSimplifyRange3Method · 0.65
testSimplifyRange4Method · 0.65
testSimplifyRange5Method · 0.65
testSimplifyRange6Method · 0.65
testSimplifyRange7Method · 0.65
testSimplifyRange8Method · 0.65

Implementers 4

InputExcludedRelWritercore/src/main/java/org/apache/calcite/
RelDigestWritercore/src/main/java/org/apache/calcite/
RelWriterImplcore/src/main/java/org/apache/calcite/
RelJsonWritercore/src/main/java/org/apache/calcite/

Calls

no outgoing calls

Tested by 15

testItemStrongMethod · 0.52
testSimplifyRangeMethod · 0.52
testSimplifyRange2Method · 0.52
testSimplifyRange3Method · 0.52
testSimplifyRange4Method · 0.52
testSimplifyRange5Method · 0.52
testSimplifyRange6Method · 0.52
testSimplifyRange7Method · 0.52
testSimplifyRange8Method · 0.52
testSimplifyRange9Method · 0.52