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

✨ Introduce BSON field type #1777

Open
3 tasks
joocer opened this issue Jun 29, 2024 · 0 comments
Open
3 tasks

✨ Introduce BSON field type #1777

joocer opened this issue Jun 29, 2024 · 0 comments

Comments

@joocer
Copy link
Contributor

joocer commented Jun 29, 2024

record in Parquet, etc, as BLOB, but parse to dictionary-like field field

implement optimizations for the existing ->, ->> and @? operators

implement functions:

  • SELECT EXTRACT_PATH(bson_field, 'address.city') FROM my_table;
  • SELECT CAST(bson_field->'age' AS INTEGER) FROM my_table;
  • SELECT FILTER(bson_field->'orders', 'order.amount > 100') FROM my_table;
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