Class UnboundPartitionSpec


  • public class UnboundPartitionSpec
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UnboundPartitionSpec​(int specId, java.util.List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> fields)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PartitionSpec bind​(Schema schema)  
      java.util.List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> fields()  
      int specId()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnboundPartitionSpec

        public UnboundPartitionSpec​(int specId,
                                    java.util.List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> fields)
    • Method Detail

      • specId

        public int specId()
      • fields

        public java.util.List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> fields()