@Internal @Deprecated public interface ExpressionParser
Expression parser used by Table API to parse strings in AST expression. This parses
exactly the same expressions that would be accepted by the Scala Expression DSL.| Modifier and Type | Field and Description |
|---|---|
static ExpressionParser |
INSTANCE
Deprecated.
Default instance of the
ExpressionParser. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.expressions.Expression |
parseExpression(String exprString)
Deprecated.
|
List<org.apache.flink.table.expressions.Expression> |
parseExpressionList(String expression)
Deprecated.
|
static final ExpressionParser INSTANCE
ExpressionParser.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.