Apache Iceberg · JSON Structure

Rest Catalog Open Api Expression Type Structure

ExpressionType schema from Apache Iceberg REST Catalog API

Type: string Properties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

ExpressionType is a JSON Structure definition published by Apache Iceberg. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "string",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-iceberg/refs/heads/main/json-structure/rest-catalog-open-api-expression-type-structure.json",
  "name": "ExpressionType",
  "description": "ExpressionType schema from Apache Iceberg REST Catalog API",
  "example": [
    "true",
    "false",
    "eq",
    "and",
    "or",
    "not",
    "in",
    "not-in",
    "lt",
    "lt-eq",
    "gt",
    "gt-eq",
    "not-eq",
    "starts-with",
    "not-starts-with",
    "is-null",
    "not-null",
    "is-nan",
    "not-nan"
  ]
}