-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Use evalengine for Vindex lookups in route primitive #9291
Commits on Dec 2, 2021
-
refactor: split route into route and routeLegacy
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for d2fabf4 - Browse repository at this point
Copy the full SHA d2fabf4View commit details -
feat: use evalengine.Expr instead of PlanValue on route
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for e0add06 - Browse repository at this point
Copy the full SHA e0add06View commit details -
feat: update plan description to handle evalengine better
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for e81ae1e - Browse repository at this point
Copy the full SHA e81ae1eView commit details -
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for ed4cc4d - Browse repository at this point
Copy the full SHA ed4cc4dView commit details -
feat: support ListArg in evalengine
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 1926c6d - Browse repository at this point
Copy the full SHA 1926c6dView commit details -
feat: handle cases where columns are not allowed
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for ce33106 - Browse repository at this point
Copy the full SHA ce33106View commit details -
feat: evalEngineExpr function to not return an error and plan operato…
…r will not use the returned value if it is nil and will check for other expression Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for e1598ef - Browse repository at this point
Copy the full SHA e1598efView commit details -
refactor: addressed comments and change route to routeGen4 and routeL…
…egacy back to route (v3) Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for af0e7a0 - Browse repository at this point
Copy the full SHA af0e7a0View commit details -
refactor: remove routeLegacy and use engine.route for both v3 and gen4
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 4f40d2a - Browse repository at this point
Copy the full SHA 4f40d2aView commit details -
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 957f7b3 - Browse repository at this point
Copy the full SHA 957f7b3View commit details -
test: re-insert accidentally removed test case
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 9a1a56a - Browse repository at this point
Copy the full SHA 9a1a56aView commit details -
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 9373533 - Browse repository at this point
Copy the full SHA 9373533View commit details -
feat: support tuple evaluation in evalEngine
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 11878b4 - Browse repository at this point
Copy the full SHA 11878b4View commit details -
feat: error out for unsupported multi-column value vindex
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 5821afb - Browse repository at this point
Copy the full SHA 5821afbView commit details
Commits on Dec 5, 2021
-
test: add e2e test in gen4 for select with non-correlated subquery
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 754a568 - Browse repository at this point
Copy the full SHA 754a568View commit details