Interface SqlExpressionResolver
-
@Internal public interface SqlExpressionResolver
Translates a SQL expression string into aResolvedExpression
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResolvedExpression
resolveExpression(String sqlExpression, RowType inputRowType, LogicalType outputType)
Translates the given SQL expression string or throws aValidationException
.
-
-
-
Method Detail
-
resolveExpression
ResolvedExpression resolveExpression(String sqlExpression, RowType inputRowType, @Nullable LogicalType outputType)
Translates the given SQL expression string or throws aValidationException
.
-
-