FRosner / spawncamping-dds

Data-Driven Spark allows quick data exploration based on Apache Spark.
Other
28 stars 15 forks source link

Table view for array column types #263

Open FRosner opened 8 years ago

FRosner commented 8 years ago
Row[1, b, Row[1, 2, 3]]

should be shown in a table like this

1 2 3
-----
1 b 1
    2
    3

Relates to: #45