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

Method getTuples

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

Source from the content-addressed store, hash-verified

157 }
158
159 public ImmutableList<ImmutableList<RexLiteral>> getTuples(RelInput input) {
160 return input.getTuples("tuples");
161 }
162
163 /** Returns the rows of literals represented by this Values relational
164 * expression. */

Callers 4

convertMethod · 0.95
convertMethod · 0.95
onMatchMethod · 0.95

Calls 1

getTuplesMethod · 0.65

Tested by

no test coverage detected