Skip to content

flagging columns null instead of null from table config #10428

@walterddr

Description

@walterddr

currently enabled null support is a table-level configuration. we need to create column-level null support to indicate whether a column is nullable.

This:

  1. enables calcite to generate more efficient plan when column is non-nullable.
  2. provide runtime better boxing/unboxing optimization, currently everything need to handle in generic fashion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions