| Package | Description |
|---|---|
| org.apache.flink.table.planner.functions.casting |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CodeGeneratorCastRule<IN,OUT>
Cast rule that has code generation capabilities.
|
interface |
ExpressionCodeGeneratorCastRule<IN,OUT>
Cast rule that is able to generate a single expression containing all the casting logic.
|
| Modifier and Type | Method and Description |
|---|---|
static CastRule<?,?> |
CastRuleProvider.resolve(org.apache.flink.table.types.logical.LogicalType inputType,
org.apache.flink.table.types.logical.LogicalType targetType)
Resolve a
CastRule for the provided input type and target type. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.