Skip to content

Column Statists #1525

@norberttech

Description

@norberttech

Currently we only collect basic statistics about processing pipeline like execution time and total rows count or schema.

The goal is to add column statistics similar to those from parquet.
This would significantly improve datasets analysis and speedup building schema definitions.

List of stats we should start from below:

All Columns

  • distinct count
  • nulls count

Int/Float/Date/DateTime

  • max / min

String

  • length

Map/List

  • elements_count

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions