public class UnboundPartitionSpec
extends java.lang.Object
Constructor and Description |
---|
UnboundPartitionSpec(int specId,
java.util.List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> fields) |
Modifier and Type | Method and Description |
---|---|
PartitionSpec |
bind(Schema schema) |
java.util.List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> |
fields() |
int |
specId() |
public UnboundPartitionSpec(int specId, java.util.List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> fields)
public int specId()
public java.util.List<org.apache.iceberg.UnboundPartitionSpec.UnboundPartitionField> fields()
public PartitionSpec bind(Schema schema)