public static interface RelFactories.ValuesFactory
Values of the appropriate type for a rule's calling
convention.| Modifier and Type | Method and Description |
|---|---|
RelNode |
createValues(RelOptCluster cluster,
RelDataType rowType,
List<com.google.common.collect.ImmutableList<RexLiteral>> tuples)
Creates a Values.
|
RelNode createValues(RelOptCluster cluster, RelDataType rowType, List<com.google.common.collect.ImmutableList<RexLiteral>> tuples)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.