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

Primitive type support in open-variant #1

Open
7 of 15 tasks
wjones127 opened this issue Jun 21, 2024 · 0 comments
Open
7 of 15 tasks

Primitive type support in open-variant #1

wjones127 opened this issue Jun 21, 2024 · 0 comments

Comments

@wjones127
Copy link
Collaborator

Full list here: https://github.com/apache/spark/tree/master/common/variant#encoding-types

Implement methods to extract from VariantRef and write each of these into buffer (write_*) as well as methods on ObjectBuilder and ArrayBuilder:

  • null
  • boolean
  • int8
  • int16
  • int32
  • int64
  • double
  • decimal4
  • decimal8
  • decimal16
  • date
  • timestamp
  • float
  • binary
  • string
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

No branches or pull requests

1 participant