Compact data structure for storing List of partitions.
Java class for x_partition_list complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_partition_list"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="partition" type="{uri:lens:cube:0.1}x_partition" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
name | data type | description |
---|---|---|
partition | array of array of XPartition |
Example
{ "partition" : [ [ { "fact_or_dimension_table_name" : "...", "non_time_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "time_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "full_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "partition_parameters" : { "property" : [ [ { }, { } ], [ { }, { } ] ] }, "serde_parameters" : { "property" : [ [ { }, { } ], [ { }, { } ] ] } }, { "fact_or_dimension_table_name" : "...", "non_time_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "time_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "full_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "partition_parameters" : { "property" : [ [ { }, { } ], [ { }, { } ] ] }, "serde_parameters" : { "property" : [ [ { }, { } ], [ { }, { } ] ] } } ], [ { "fact_or_dimension_table_name" : "...", "non_time_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "time_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "full_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "partition_parameters" : { "property" : [ [ { }, { } ], [ { }, { } ] ] }, "serde_parameters" : { "property" : [ [ { }, { } ], [ { }, { } ] ] } }, { "fact_or_dimension_table_name" : "...", "non_time_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "time_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "full_partition_spec" : { "part_spec_element" : [ [ { }, { } ], [ { }, { } ] ] }, "partition_parameters" : { "property" : [ [ { }, { } ], [ { }, { } ] ] }, "serde_parameters" : { "property" : [ [ { }, { } ], [ { }, { } ] ] } } ] ] }