@Internal
public interface SqlExpressionResolver
ResolvedExpression.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.expressions.ResolvedExpression |
resolveExpression(String sqlExpression,
org.apache.flink.table.types.logical.RowType inputRowType,
org.apache.flink.table.types.logical.LogicalType outputType)
Translates the given SQL expression string or throws a
ValidationException. |
org.apache.flink.table.expressions.ResolvedExpression resolveExpression(String sqlExpression, org.apache.flink.table.types.logical.RowType inputRowType, @Nullable org.apache.flink.table.types.logical.LogicalType outputType)
ValidationException.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.