Uses of Interface
org.apache.flink.table.delegation.Parser
-
Packages that use Parser Package Description org.apache.flink.table.api.internal org.apache.flink.table.delegation -
-
Uses of Parser in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return Parser Modifier and Type Method Description ParserTableEnvironmentImpl. getParser()ParserTableEnvironmentInternal. getParser()Return aParserthat provides methods for parsing a SQL string. -
Uses of Parser in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation that return Parser Modifier and Type Method Description ParserParserFactory. create(ParserFactory.Context context)Creates a new parser.ParserPlanner. getParser()Retrieves aParserthat provides methods for parsing a SQL string.
-