(RelInput input)
| 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. */ |
no test coverage detected