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

Add data readers for arrow field and field-type #3366

Merged
merged 1 commit into from
May 21, 2024

Conversation

FiV0
Copy link
Contributor

@FiV0 FiV0 commented May 17, 2024

This allows now for ArrowType (as previously)

#xt.arrow/type :i64

FieldType

#xt.arrow/field-type [#xt.arrow/type :i64 false]

and Field

;; scalar
#xt.arrow/field ["hey" #xt.arrow/field-type [#xt.arrow/type :i64 false]]
;; composite
#xt.arrow/field ["my-struct" #xt.arrow/field-type [#xt.arrow/type :struct false]
                 #xt.arrow/field ["hey" #xt.arrow/field-type [#xt.arrow/type :i64 false]]]

@FiV0 FiV0 merged commit d1d6d45 into xtdb:main May 21, 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.

None yet

1 participant