public static class PartitionSpecProxy.Factory extends Object
| Constructor and Description |
|---|
PartitionSpecProxy.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static PartitionSpecProxy |
get(List<PartitionSpec> partitionSpecs)
Factory method to construct CompositePartitionSpecProxy.
|
static PartitionSpecProxy |
get(PartitionSpec partSpec)
Factory method.
|
public static PartitionSpecProxy get(PartitionSpec partSpec)
partSpec - Raw PartitionSpec from the Thrift API.public static PartitionSpecProxy get(List<PartitionSpec> partitionSpecs)
partitionSpecs - List of raw PartitionSpecs.Copyright © 2017 The Apache Software Foundation. All rights reserved.