| name | data type | description |
|---|---|---|
| col_names | array of string | |
| col_values | array of XSkewColList | |
| value_location_map | array of XSkewedValueLocation |
Example
{
"col_names" : [ "...", "..." ],
"col_values" : [ {
"elements" : [ "...", "..." ]
}, {
"elements" : [ "...", "..." ]
} ],
"value_location_map" : [ {
"location" : "...",
"value" : {
"elements" : [ "...", "..." ]
}
}, {
"location" : "...",
"value" : {
"elements" : [ "...", "..." ]
}
} ]
}