Package | Description |
---|---|
org.apache.paimon.flink.action.cdc |
Modifier and Type | Class and Description |
---|---|
static class |
Expression.CastExpression
Get constant value.
|
static class |
Expression.DateFormat
Convert the temporal value to desired formatted string.
|
static class |
Expression.Substring
Get substring using
String.substring(int) . |
static class |
Expression.TemporalExpressionBase<T>
Expression to handle temporal value.
|
static class |
Expression.TemporalToIntConverter
Convert the temporal value to an integer.
|
static class |
Expression.TruncateComputer
Truncate numeric/decimal/string value.
|
Modifier and Type | Method and Description |
---|---|
static Expression |
Expression.cast(String... literals) |
Expression |
Expression.ExpressionCreator.create(Map<String,DataType> typeMapping,
boolean caseSensitive,
String[] args) |
static Expression |
Expression.create(Map<String,DataType> typeMapping,
boolean caseSensitive,
String exprName,
String... args) |
static Expression |
Expression.substring(String fieldReference,
String... literals) |
static Expression |
Expression.truncate(String fieldReference,
DataType fieldType,
String... literals) |
Constructor and Description |
---|
ComputedColumn(String columnName,
Expression expression) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.