Module iceberg::table

source ·
Expand description

Table API for Apache Iceberg

Structs§

  • 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 represents a table in the catalog.
  • Builder to create table scan.