Skip to content

Introduce unit 'int' for columns to be parsed as integers #12

@jfcorbett

Description

@jfcorbett

In a table called **vehicles, a column named number_of_wheels would currently have unit - i.e. unitless, which has the implication that its values get parsed as floats, even though they are clearly integers by nature.

Here we propose to introduce a new unit indicator int, to be interpreted as, please parse this column's values as integers.

Why?

  • Better semantics
  • Improved memory efficiency
  • Likely slight gain in parsing time performance

Integer quantities don't typically need a physical unit, so we wouldn't be sacrificing any information by occupying the unit field with the int indicator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions