Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write row group statistics #92

Merged
merged 26 commits into from
Sep 22, 2024
Merged

Write row group statistics #92

merged 26 commits into from
Sep 22, 2024

Conversation

gaborcsardi
Copy link
Member

@gaborcsardi gaborcsardi commented Sep 16, 2024

Logical types:

  • STRING
  • ENUM
  • UUID
  • INT
  • UINT
  • DECIMAL
  • FLOAT16
  • DATE
  • TIME
  • TIMESTAMP
  • JSON
  • BSON

Primitive types:

  • BOOLEAN
  • INT32
  • INT64
  • FLOAT
  • DOUBLE
  • BYTE_ARRAY
  • FIXED_LEN_BYTE_ARRAY

Tests:

  • Uncompressed PLAIN data if probably currently, at least for some types, as we write it out directly?(tested it, it is fine)
  • UINT types might not use unsigned comparison

@gaborcsardi gaborcsardi merged commit 495c0c1 into main Sep 22, 2024
13 checks passed
@gaborcsardi gaborcsardi deleted the feature/write-stats branch September 22, 2024 10:38
@gaborcsardi gaborcsardi mentioned this pull request Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant