-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
The names of the subclasses of ColumnType are unnecessarily lengthy, which is annoying when one has to specify a schema manually. Moreover, there is no obvious way to express that a column contains mixed data.
Desired solution
Rename classes or create new ones as follows:
| old | new |
|---|---|
| IntColumnType | Integer |
| BooleanColumnType | Boolean |
| FloatColumnType | RealNumber |
| StringColumnType | String |
| OptionalColumnType | turn into constructor parameter of each other type |
| - | Anything (to express that the column contains different types of data) |
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done