Package org.apache.iceberg
Class UnboundPartitionSpec
- java.lang.Object
-
- org.apache.iceberg.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()
-
-
-
Method Detail
-
specId
public int specId()
-
fields
public java.util.List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> fields()
-
bind
public PartitionSpec bind(Schema schema)
-
-