| Package | Description |
|---|---|
| org.apache.flink.table.planner.functions.casting |
| Class and Description |
|---|
| CastCodeBlock
Generated cast code block result.
|
| CastRule
A
CastRule provides the logic to create a CastExecutor starting from the input
and the target types. |
| CastRule.Context
Casting context.
|
| CastRulePredicate
In order to apply a
CastRule, the runtime checks if a particular rule matches the tuple
of input and target type using this class. |
| CastRulePredicate.Builder
Builder for the
CastRulePredicate. |
| CodeGeneratorCastRule
Cast rule that has code generation capabilities.
|
| CodeGeneratorCastRule.Context
Context for code generation.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.