| Modifier and Type | Method and Description |
|---|---|
static RexLiteral |
RexLiteral.fromJdbcString(org.apache.calcite.rel.type.RelDataType type,
org.apache.calcite.sql.type.SqlTypeName typeName,
String literal)
Converts a Jdbc string into a RexLiteral.
|
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.calcite.rel.RelCollation> |
FlinkRelMdCollation.values(org.apache.calcite.rel.metadata.RelMetadataQuery mq,
org.apache.calcite.rel.type.RelDataType rowType,
com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<RexLiteral>> tuples)
Helper method to determine a
Values's collation. |
| Modifier and Type | Method and Description |
|---|---|
protected List<RexLiteral> |
BatchExecOverAggregateBase.getConstants() |
| Constructor and Description |
|---|
BatchExecValues(org.apache.flink.configuration.ReadableConfig tableConfig,
List<List<RexLiteral>> tuples,
org.apache.flink.table.types.logical.RowType outputType,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<List<RexLiteral>> |
CommonExecValues.getTuples() |
| Constructor and Description |
|---|
CommonExecValues(int id,
ExecNodeContext context,
org.apache.flink.configuration.ReadableConfig persistedConfig,
List<List<RexLiteral>> tuples,
org.apache.flink.table.types.logical.RowType outputType,
String description) |
| Modifier and Type | Method and Description |
|---|---|
List<RexLiteral> |
OverSpec.getConstants() |
| Constructor and Description |
|---|
OverSpec(PartitionSpec partition,
List<OverSpec.GroupSpec> groups,
List<RexLiteral> constants,
int originalInputFields) |
| Constructor and Description |
|---|
StreamExecValues(int id,
ExecNodeContext context,
org.apache.flink.configuration.ReadableConfig persistedConfig,
List<List<RexLiteral>> tuples,
org.apache.flink.table.types.logical.RowType outputType,
String description) |
StreamExecValues(org.apache.flink.configuration.ReadableConfig tableConfig,
List<List<RexLiteral>> tuples,
org.apache.flink.table.types.logical.RowType outputType,
String description) |
| Modifier and Type | Field and Description |
|---|---|
RexLiteral |
LookupJoinUtil.ConstantLookupKey.literal |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.api.java.tuple.Tuple2<Object,org.apache.flink.table.types.logical.LogicalType> |
RexLiteralUtil.toFlinkInternalValue(RexLiteral literal)
|
| Constructor and Description |
|---|
ConstantLookupKey(org.apache.flink.table.types.logical.LogicalType sourceType,
RexLiteral literal) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.