Skip to main content

Iceberg functions

Iceberg functions provide utilities for working with Apache Iceberg tables. These functions include table-valued functions for reading Iceberg data and partition transform functions that implement the Iceberg partition transforms specification.

Reading Iceberg data

You can register an Iceberg table in Firebolt’s catalog using CREATE ICEBERG TABLE and then query it like a regular table:
Alternatively, use the READ_ICEBERG table-valued function to query Iceberg tables ad hoc without registering them:

Partition transform functions

Iceberg partition transform functions compute partition values according to the Iceberg specification. These functions can be used in the PARTITION BY clause of CREATE ICEBERG TABLE commands.
Returns:

Available functions

Table-valued functions: Partition transform functions: