Skip to content

Subclasses of ColumnType #113

@lars-reimann

Description

@lars-reimann

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

Metadata

Metadata

Assignees

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions