| Package | Description |
|---|---|
| org.apache.calcite.rex | |
| org.apache.flink.table.planner.plan.metadata |
| 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. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.