Storage table elements describing the storage name, its update periods and table description.
Java class for x_storage_tables complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_storage_tables">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="storage_table" type="{uri:lens:cube:0.1}x_storage_table_element" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| name | data type | description |
|---|---|---|
| storage_table | array of array of XStorageTableElement |
Example
{
"storage_table" : [ [ {
"update_periods" : {
"update_period_table_descriptor" : [ [ { }, { } ], [ { }, { } ] ],
"update_period" : [ [ "WEEKLY", "CONTINUOUS" ], [ "HOURLY", "DAILY" ] ]
},
"storage_name" : "...",
"table_desc" : {
"external" : true,
"part_cols" : { },
"table_parameters" : { },
"serde_parameters" : { },
"bucket_cols" : [ [ "...", "..." ], [ "...", "..." ] ],
"sort_cols" : [ [ "...", "..." ], [ "...", "..." ] ],
"sort_col_order" : [ [ 12345, 12345 ], [ 12345, 12345 ] ],
"skewed_info" : [ [ { }, { } ], [ { }, { } ] ],
"time_part_cols" : [ [ "...", "..." ], [ "...", "..." ] ]
}
}, {
"update_periods" : {
"update_period_table_descriptor" : [ [ { }, { } ], [ { }, { } ] ],
"update_period" : [ [ "QUARTERLY", "QUARTERLY" ], [ "WEEKLY", "HOURLY" ] ]
},
"storage_name" : "...",
"table_desc" : {
"external" : true,
"part_cols" : { },
"table_parameters" : { },
"serde_parameters" : { },
"bucket_cols" : [ [ "...", "..." ], [ "...", "..." ] ],
"sort_cols" : [ [ "...", "..." ], [ "...", "..." ] ],
"sort_col_order" : [ [ 12345, 12345 ], [ 12345, 12345 ] ],
"skewed_info" : [ [ { }, { } ], [ { }, { } ] ],
"time_part_cols" : [ [ "...", "..." ], [ "...", "..." ] ]
}
} ], [ {
"update_periods" : {
"update_period_table_descriptor" : [ [ { }, { } ], [ { }, { } ] ],
"update_period" : [ [ "YEARLY", "MONTHLY" ], [ "QUARTERLY", "DAILY" ] ]
},
"storage_name" : "...",
"table_desc" : {
"external" : true,
"part_cols" : { },
"table_parameters" : { },
"serde_parameters" : { },
"bucket_cols" : [ [ "...", "..." ], [ "...", "..." ] ],
"sort_cols" : [ [ "...", "..." ], [ "...", "..." ] ],
"sort_col_order" : [ [ 12345, 12345 ], [ 12345, 12345 ] ],
"skewed_info" : [ [ { }, { } ], [ { }, { } ] ],
"time_part_cols" : [ [ "...", "..." ], [ "...", "..." ] ]
}
}, {
"update_periods" : {
"update_period_table_descriptor" : [ [ { }, { } ], [ { }, { } ] ],
"update_period" : [ [ "QUARTERLY", "MINUTELY" ], [ "MINUTELY", "MONTHLY" ] ]
},
"storage_name" : "...",
"table_desc" : {
"external" : true,
"part_cols" : { },
"table_parameters" : { },
"serde_parameters" : { },
"bucket_cols" : [ [ "...", "..." ], [ "...", "..." ] ],
"sort_cols" : [ [ "...", "..." ], [ "...", "..." ] ],
"sort_col_order" : [ [ 12345, 12345 ], [ 12345, 12345 ] ],
"skewed_info" : [ [ { }, { } ], [ { }, { } ] ],
"time_part_cols" : [ [ "...", "..." ], [ "...", "..." ] ]
}
} ] ]
}