| Package | Description |
|---|---|
| org.apache.flink.cdc.runtime.operators.transform |
| Modifier and Type | Method and Description |
|---|---|
static TransformExpressionKey |
TransformExpressionKey.of(String expression,
List<String> argumentNames,
List<Class<?>> argumentClasses,
Class<?> returnClass) |
| Modifier and Type | Method and Description |
|---|---|
static org.codehaus.janino.ExpressionEvaluator |
TransformExpressionCompiler.compileExpression(TransformExpressionKey key)
Compiles an expression code to a janino
ExpressionEvaluator. |
void |
ProjectionColumn.setTransformExpressionKey(TransformExpressionKey transformExpressionKey) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.