Class UnboundPartitionSpec

java.lang.Object
org.apache.iceberg.UnboundPartitionSpec

public class UnboundPartitionSpec extends Object
  • Constructor Details

    • UnboundPartitionSpec

      public UnboundPartitionSpec(int specId, List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> fields)
  • Method Details

    • specId

      public int specId()
    • fields

      public List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> fields()
    • bind

      public PartitionSpec bind(Schema schema)