Expand description
Table API for Apache Iceberg
Structsยง
- Static
Table StaticTableis a read-only table struct that can be created from a metadata file or fromTableMetaDatawithout a catalog. It can only be used to read metadata and for table scan.- Table
- Table represents a table in the catalog.
- Table
Builder - Builder to create table scan.