Package org.apache.calcite.rel.core
Interface RelFactories.ValuesFactory
- Enclosing class:
RelFactories
public static interface RelFactories.ValuesFactory
Can create a
Values
of the appropriate type for a rule's calling
convention.-
Method Summary
Modifier and TypeMethodDescriptioncreateValues
(RelOptCluster cluster, RelDataType rowType, List<com.google.common.collect.ImmutableList<RexLiteral>> tuples) Creates a Values.
-
Method Details
-
createValues
RelNode createValues(RelOptCluster cluster, RelDataType rowType, List<com.google.common.collect.ImmutableList<RexLiteral>> tuples) Creates a Values.
-