Class IcebergUtils.SpecAndSchema

java.lang.Object
io.deephaven.iceberg.base.IcebergUtils.SpecAndSchema
Enclosing class:
IcebergUtils

public static final class IcebergUtils.SpecAndSchema extends Object
Used to hold a Schema, PartitionSpec and IcebergReadInstructions together.
  • Field Details

    • schema

      public final org.apache.iceberg.Schema schema
    • partitionSpec

      public final org.apache.iceberg.PartitionSpec partitionSpec
    • readInstructions

      public final IcebergReadInstructions readInstructions
  • Constructor Details

    • SpecAndSchema

      public SpecAndSchema(@NotNull @NotNull org.apache.iceberg.Schema schema, @NotNull @NotNull org.apache.iceberg.PartitionSpec partitionSpec, @Nullable @Nullable IcebergReadInstructions readInstructions)