UnboundResolver

The UnboundResolver class provides a consolidated set of inference options for use in LoadTableOptions. It's most useful when the caller knows the definition of the table they want to load, and can provide an explicit mapping of Iceberg columns to Deephaven columns.

Constructors

An UnboundResolver can be constructed using its builder:

Methods

Example

The following example constructs an UnboundResolver for the nyc.taxis table with schema specifications that map Iceberg column names to table column names that align with Deephaven's recommended naming conventions. Additionally, because the resolver maps columns to field IDs, it makes the integration more robust against Iceberg schema changes.

The resolver can then be passed into a LoadTableOptions object when loading an Iceberg table into Deephaven.