This project has retired. For details please refer to its Attic page.
Lens Server: XSkewedInfo

XSkewedInfo Data Type

Properties
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" : [ "...", "..." ]
    }
  } ]
}