[MCOL-1344] CREATE table STATEMENT from Spark Dataframe structure Created: 2018-04-16 Updated: 2023-10-26 Resolved: 2018-05-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.5 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | David Thompson (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-08, 2018-09, 2018-10 |
| Description |
|
Add a generateCreateTableSQL function for Spark DataFrames, which can be used to create the according CREATE TABLE statement to export a DataFrame. |
| Comments |
| Comment by Jens Röwekamp (Inactive) [ 2018-04-19 ] |
|
method generateTableStatement(DataFrame, ["database", "table", determineTypeLength]) added for Python and Scala. Regression tests included. |