Module table

Source
Expand description

Table API for Apache Iceberg

Structsยง

StaticTable
StaticTable is a read-only table struct that can be created from a metadata file or from TableMetaData without a catalog. It can only be used to read metadata and for table scan.
Table
Table represents a table in the catalog.
TableBuilder
Builder to create table scan.