Package | Description |
---|---|
org.apache.calcite.rel.logical |
Modifier and Type | Method and Description |
---|---|
static LogicalValues |
LogicalValues.create(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.rel.type.RelDataType rowType,
com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<RexLiteral>> tuples)
Creates a LogicalValues.
|
static LogicalValues |
LogicalValues.createEmpty(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.rel.type.RelDataType rowType)
Creates a LogicalValues that outputs no rows of a given row type.
|
static LogicalValues |
LogicalValues.createOneRow(org.apache.calcite.plan.RelOptCluster cluster)
Creates a LogicalValues that outputs one row and one column.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.