Package io.deephaven.enterprise.iceberg
Interface IcebergTableAccess.Options
- Enclosing class:
- IcebergTableAccess
public static sealed interface IcebergTableAccess.Options
The Iceberg specific table access options.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic IcebergTableAccess.Optionsof(IcebergTableOptions tableOptions, IcebergReadInstructions readInstructions) Construct new Iceberg table access options.
-
Method Details
-
of
static IcebergTableAccess.Options of(IcebergTableOptions tableOptions, IcebergReadInstructions readInstructions) Construct new Iceberg table access options.- Parameters:
tableOptions- the table optionsreadInstructions- the read instructions- Returns:
- the Iceberg table access options
-