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

multidimensional array operations in Tensor Query Language #2213

Open
dongheuw opened this issue Mar 2, 2023 · 1 comment
Open

multidimensional array operations in Tensor Query Language #2213

dongheuw opened this issue Mar 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dongheuw
Copy link

dongheuw commented Mar 2, 2023

How can I perform the multidimensional array operations written in your CIDR paper (https://arxiv.org/pdf/2209.10785.pdf)?

image

Tried on the platform but wasn't supported.

Thanks a lot in advance!

@dongheuw dongheuw added the enhancement New feature or request label Mar 2, 2023
@khustup
Copy link
Contributor

khustup commented Mar 2, 2023

Hey @dongheuw
TQL right now supports multidimensional array operations on the filtering expressions, such as WHERE, ORDER BY, SAMPLE BY. For example select * where any(logical_and(boxes[:,3]>500, categories == 'truck')) returns samples on coco-train which have at least one truck with height more than 500

Supporting then on tensor selection list is in progress and will be released soon.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants