Apache Iceberg · Example Payload

Rest Catalog Open Api Data File Example

ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

Rest Catalog Open Api Data File Example is an example object payload from Apache Iceberg, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

contentfirst-row-idcolumn-sizesvalue-countsnull-value-countsnan-value-countslower-boundsupper-bounds

Example Payload

Raw ↑
{
  "content": "data",
  "first-row-id": 181,
  "column-sizes": "example-value",
  "value-counts": "example-value",
  "null-value-counts": "example-value",
  "nan-value-counts": "example-value",
  "lower-bounds": "example-value",
  "upper-bounds": "example-value"
}