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

CatalogTablePartition — Partition Specification of Table

CatalogTablePartition — Partition Specification of Table

CatalogTablePartition is the partition specification of a table, i.e. the metadata of the partitions of a table.

CatalogTablePartition is created when:

CatalogTablePartition can hold the table statistics that…​FIXME

The readable text representation of a CatalogTablePartition (aka simpleString) is…​FIXME

Note
simpleString is used exclusively when ShowTablesCommand is executed (with a partition specification).

CatalogTablePartition uses the following text representation (i.e. toString)…​FIXME

Creating CatalogTablePartition Instance

CatalogTablePartition takes the following when created:

Converting Partition Specification to LinkedHashMap — toLinkedHashMap Method

toLinkedHashMap converts the partition specification to a collection of pairs (LinkedHashMap[String, String]) with the following fields and their values:

Note

toLinkedHashMap is used when:

location Method

location simply returns the location URI of the CatalogStorageFormat or throws an AnalysisException:

Note
location is used when…​FIXME
赞(0) 打赏
未经允许不得转载:spark技术分享 » CatalogTablePartition — Partition Specification of Table
分享到: 更多 (0)

关注公众号:spark技术分享

联系我们联系我们

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

支付宝扫一扫打赏

微信扫一扫打赏