Package io.deephaven.iceberg.base
Class IcebergUtils.SpecAndSchema
java.lang.Object
io.deephaven.iceberg.base.IcebergUtils.SpecAndSchema
- Enclosing class:
- IcebergUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.apache.iceberg.PartitionSpec
final IcebergReadInstructions
final org.apache.iceberg.Schema
-
Constructor Summary
ConstructorsConstructorDescriptionSpecAndSchema
(@NotNull org.apache.iceberg.Schema schema, @NotNull org.apache.iceberg.PartitionSpec partitionSpec, @Nullable IcebergReadInstructions readInstructions) -
Method Summary
-
Field Details
-
schema
public final org.apache.iceberg.Schema schema -
partitionSpec
public final org.apache.iceberg.PartitionSpec partitionSpec -
readInstructions
-
-
Constructor Details
-
SpecAndSchema
public SpecAndSchema(@NotNull @NotNull org.apache.iceberg.Schema schema, @NotNull @NotNull org.apache.iceberg.PartitionSpec partitionSpec, @Nullable @Nullable IcebergReadInstructions readInstructions)
-