关注 spark技术分享,
撸spark源码 玩spark最佳实践

ParserInterface — SQL Parser Contract

ParserInterface — SQL Parser Contract

ParserInterface is the contract of SQL parsers that can parse Expressions, LogicalPlans, TableIdentifiers, and StructTypes given the textual representation of SQL statements.

Note
AbstractSqlParser is the one and only known extension of the ParserInterface Contract in Spark SQL.

ParserInterface is available as sqlParser in SessionState.

Table 1. ParserInterface Contract
Method Description

parseExpression

Parses a SQL text to an Expression

Used in the following:

parsePlan

Parses a SQL text to a LogicalPlan

Used when:

parseTableIdentifier

Parses a SQL text to a TableIdentifier

Used when:

parseTableSchema

Parses a SQL text to a StructType

Used when:

赞(0) 打赏
未经允许不得转载:spark技术分享 » ParserInterface — SQL Parser Contract
分享到: 更多 (0)

关注公众号:spark技术分享

联系我们联系我们

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏