@Internal public final class ExpressionParser extends Object
ExpressionParser use PlannerExpressionParser to parse expressions.
| Constructor and Description |
|---|
ExpressionParser() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.table.expressions.Expression |
parseExpression(String exprString) |
static List<org.apache.flink.table.expressions.Expression> |
parseExpressionList(String expression) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.